Query: regulator_can_change_voltage
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGULATOR_CAN_CHANGE(9) API reference REGULATOR_CAN_CHANGE(9)NAMEregulator_can_change_voltage - check if regulator can change voltageSYNOPSISint regulator_can_change_voltage(struct regulator * regulator);ARGUMENTSregulator regulator sourceDESCRIPTIONReturns positive if the regulator driver backing the source/client can change its voltage, false otherwise. Usefull for detecting fixed or dummy regulators and disabling voltage change logic in the client driver.AUTHORSLiam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REGULATOR_CAN_CHANGE(9)