regulator_can_change_voltage(9) check if regulator can change voltage

SYNOPSIS

int regulator_can_change_voltage(struct regulator * regulator);

ARGUMENTS

regulator

regulator source

DESCRIPTION

Returns 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.

AUTHORS

Liam Girdwood <[email protected]>

Author.

Mark Brown <[email protected]>
Wolfson Microelectronics,
      
     

Author.

COPYRIGHT