Query: regulator_is_supported_voltage
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGULATOR_IS_SUPPORT(9) API reference REGULATOR_IS_SUPPORT(9)NAMEregulator_is_supported_voltage - check if a voltage range can be supportedSYNOPSISint regulator_is_supported_voltage(struct regulator * regulator, int min_uV, int max_uV);ARGUMENTSregulator Regulator to check. min_uV Minimum required voltage in uV. max_uV Maximum required voltage in uV.DESCRIPTIONReturns a boolean or a negative error code.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_SUPPORT(9)