Home
last modified time | relevance | path

Searched refs:off_on_delay (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/regulator/
A Dhi6421v600-regulator.c93 .off_on_delay = odelay, \
112 usleep_range(rdev->desc->off_on_delay, rdev->desc->off_on_delay + 60); in hi6421_spmi_regulator_enable()
A Dhi6421-regulator.c147 .off_on_delay = odelay, \
187 .off_on_delay = odelay, \
227 .off_on_delay = odelay, \
264 .off_on_delay = odelay, \
300 .off_on_delay = odelay, \
A Dfixed.c152 of_property_read_u32(np, "off-on-delay-us", &config->off_on_delay); in of_get_fixed_voltage_config()
233 drvdata->desc.off_on_delay = config->off_on_delay; in reg_fixed_voltage_probe()
A Dhi6421v530-regulator.c90 .off_on_delay = odelay, \
A Dlochnagar-regulator.c214 .off_on_delay = 15000,
A Dqcom-labibb-regulator.c708 .off_on_delay = LABIBB_OFF_ON_DELAY,
739 .off_on_delay = LABIBB_OFF_ON_DELAY,
A Dstm32-vrefbuf.c178 .off_on_delay = 1000,
A Dmt6360-regulator.c343 .off_on_delay = offon_delay, \
A Dcore.c1552 } else if (rdev->desc->off_on_delay) { in set_machine_constraints()
2598 if (rdev->desc->off_on_delay && rdev->last_off) { in _regulator_do_enable()
2602 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
2836 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/linux/include/linux/regulator/
A Dfixed.h39 unsigned int off_on_delay; member
A Ddriver.h422 unsigned int off_on_delay; member

Completed in 30 milliseconds