Man Page: regulator_is_enabled
Operating Environment: centos
Section: 9
REGULATOR_IS_ENABLED(9) API reference REGULATOR_IS_ENABLED(9)NAMEregulator_is_enabled - is the regulator output enabledSYNOPSISint regulator_is_enabled(struct regulator * regulator);ARGUMENTSregulator regulator sourceDESCRIPTIONReturns positive if the regulator driver backing the source/client has requested that the device be enabled, zero if it hasn't, else a negative errno code. Note that the device backing this regulator handle can have multiple users, so it might be enabled even if regulator_enable was never called for this particular source.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REGULATOR_IS_ENABLED(9)
| Related Man Pages |
|---|
| struct_ccw_driver(9) - centos |
| struct_regulation_constraints(9) - centos |
| struct_regulator_ops(9) - centos |
| struct_regulation_constraints(9) - suse |
| tbrconfig(8) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Controlling user input |
| [TIP] Processing YAML files with yq |