Home
last modified time | relevance | path

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

/openbmc/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.c151 of_property_read_u32(np, "off-on-delay-us", &config->off_on_delay); in of_get_fixed_voltage_config()
232 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.c90 .off_on_delay = odelay, \
H A Dlochnagar-regulator.c214 .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.c1685 } else if (rdev->desc->off_on_delay) { in set_machine_constraints()
2742 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2746 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay); in _regulator_do_enable()
2986 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/openbmc/linux/include/linux/regulator/
H A Dfixed.h39 unsigned int off_on_delay; member
H A Ddriver.h433 unsigned int off_on_delay; member