Searched refs:off_on_delay (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/regulator/
H A Dfixed.h39 unsigned int off_on_delay; member in struct:fixed_voltage_config
H A Ddriver.h350 * @off_on_delay: guard time (in uS), before re-enabling a regulator
425 unsigned int off_on_delay; member in struct:regulator_desc
/linux-master/drivers/regulator/
H A Dhi6421v600-regulator.c93 .off_on_delay = odelay, \
112 usleep_range(rdev->desc->off_on_delay, rdev->desc->off_on_delay + 60);
H A Dfixed.c197 of_property_read_u32(np, "off-on-delay-us", &config->off_on_delay);
278 drvdata->desc.off_on_delay = config->off_on_delay;
H A Dwm8994-regulator.c85 .off_on_delay = 36000,
97 .off_on_delay = 36000,
H 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, \
H A Dhi6421v530-regulator.c90 .off_on_delay = odelay, \
H A Dlochnagar-regulator.c213 .off_on_delay = 15000,
H A Dstm32-vrefbuf.c168 .off_on_delay = 1000,
H A Dqcom-labibb-regulator.c708 .off_on_delay = LABIBB_OFF_ON_DELAY,
739 .off_on_delay = LABIBB_OFF_ON_DELAY,
H A Dmt6360-regulator.c343 .off_on_delay = offon_delay, \
H A Dcore.c1687 } else if (rdev->desc->off_on_delay) {
2755 if (rdev->desc->off_on_delay) {
2756 /* if needed, keep a distance of off_on_delay from last time
2759 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay);
2999 if (rdev->desc->off_on_delay)

Completed in 146 milliseconds