struct_regulator_linear_range (9) Linux Manual Page
struct_regulator_linear_range – specify linear voltage ranges
Synopsis
struct regulator_linear_range {
unsigned int min_uV;
unsigned int min_sel;
unsigned int max_sel;
unsigned int uV_step;
};
Members
min_uV
- Lowest voltage in range
min_sel
- Lowest selector for range
max_sel
- Highest selector for range
uV_step
- Step size
Description
Specify a range of voltages for regulator_map_linar_range and regulator_list_linear_range.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
