1. NAME▲
regulator_disable_deferred - disable regulator output with delay
2. SYNOPSIS ▲
int regulator_disable_deferred(struct regulator * regulator , int ms );
3. ARGUMENTS ▲
regulator
regulator source
ms
miliseconds until the regulator is disabled
4. DESCRIPTION ▲
Execute regulator_disable on the regulator after a delay. This is intended for use with devices that require some time to quiesce.
5. 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.
6. AUTHORS ▲
Liam Girdwood <>
Author.
Mark Brown <>
Wolfson Microelectronics,
Author.
7. COPYRIGHT ▲