Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dhi6421-regulator.c185 .off_on_delay = odelay, \
222 .off_on_delay = odelay, \
259 .off_on_delay = odelay, \
293 .off_on_delay = odelay, \
326 .off_on_delay = odelay, \
Dcore.c2037 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2044 max_delay = usecs_to_jiffies(rdev->desc->off_on_delay); in _regulator_do_enable()
2183 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/linux-4.4.14/include/linux/regulator/
Ddriver.h319 unsigned int off_on_delay; member