Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
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, \
Dhi6421v530-regulator.c90 .off_on_delay = odelay, \
Dlochnagar-regulator.c213 .off_on_delay = 15000,
Dcore.c2358 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2365 max_delay = usecs_to_jiffies(rdev->desc->off_on_delay); in _regulator_do_enable()
2579 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/Linux-v5.4/include/linux/regulator/
Ddriver.h390 unsigned int off_on_delay; member