Home
last modified time | relevance | path

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

/linux/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); in hi6421_spmi_regulator_enable()
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 Dfixed.c199 of_property_read_u32(np, "off-on-delay-us", &config->off_on_delay); in of_get_fixed_voltage_config()
280 drvdata->desc.off_on_delay = config->off_on_delay; in reg_fixed_voltage_probe()
H A Dwm8994-regulator.c85 .off_on_delay = 36000,
97 .off_on_delay = 36000,
H A Dhi6421v530-regulator.c87 .off_on_delay = odelay, \
H A Dlochnagar-regulator.c213 .off_on_delay = 15000,
H A Dstm32-vrefbuf.c163 .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.c1680 } else if (rdev->desc->off_on_delay) { in set_machine_constraints()
2982 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2986 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
3228 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/linux/include/linux/regulator/
H A Dfixed.h39 unsigned int off_on_delay; member
H A Ddriver.h362 * @off_on_delay: guard time (in uS), before re-enabling a regulator
440 unsigned int off_on_delay;
435 unsigned int off_on_delay; global() member
/linux/include/linux/platform_data/x86/
H A Dint3472.h63 .off_on_delay = _off_on_delay, \