REGULATOR_LIST_HARDW(9) | API reference | REGULATOR_LIST_HARDW(9) |
NAME¶
regulator_list_hardware_vsel - get the HW-specific register value for a selector
SYNOPSIS¶
int regulator_list_hardware_vsel(struct regulator * regulator, unsigned selector);
ARGUMENTS¶
regulator
selector
DESCRIPTION¶
Converts the selector to a hardware-specific voltage selector that can be directly written to the regulator registers. The address of the voltage register can be determined by calling regulator_get_hardware_vsel_register.
On error a negative errno is returned.
AUTHORS¶
Liam Girdwood <lrg@slimlogic.co.uk>
Mark Brown <broonie@opensource.wolfsonmicro.com>
Wolfson Microelectronics,
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |