regulator_disable_deferred(9) centos man page | unix.com

Man Page: regulator_disable_deferred

Operating Environment: centos

Section: 9

REGULATOR_DISABLE_DE(9) 					   API reference					   REGULATOR_DISABLE_DE(9)

NAME
regulator_disable_deferred - disable regulator output with delay
SYNOPSIS
int regulator_disable_deferred(struct regulator * regulator, int ms);
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@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 REGULATOR_DISABLE_DE(9)
Related Man Pages
regulator_set_optimum_mode(9) - centos
struct_ccwgroup_driver(9) - centos
i2c_register_board_info(9) - centos
regulator_set_optimum_mode(9) - suse
struct_regulator_ops(9) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq