Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H A Ddriver.h298 * @off_on_delay: guard time (in uS), before re-enabling a regulator
367 unsigned int off_on_delay; member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c1623 } else if (rdev->desc->off_on_delay) { in set_machine_constraints()
2666 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2667 /* if needed, keep a distance of off_on_delay from last time in _regulator_do_enable()
2673 max_delay = usecs_to_jiffies(rdev->desc->off_on_delay); in _regulator_do_enable()
2773 /* cares about last_off_jiffy only if off_on_delay is required by in _regulator_do_disable()
2776 if (rdev->desc->off_on_delay) { in _regulator_do_disable()

Completed in 13 milliseconds