regulator_disable_deferred (9) - Linux Manuals
regulator_disable_deferred: disable regulator output with delay
NAME
regulator_disable_deferred - disable regulator output with delay
SYNOPSIS
-
int regulator_disable_deferred(struct regulator
* regulator, intms);
ARGUMENTS
regulator
-
- regulator source
ms
- miliseconds until the regulator is disabled
DESCRIPTION
Execute regulator_disable on the regulator after a delay. This is intended for use with devices that require some time to quiesce.
NOTE
this will only disable the regulator output if no other consumer devices have it enabled, the regulator device supports disabling and machine constraints permit this operation.
AUTHORS
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
COPYRIGHT