Searched refs:list_voltage (Results 26 - 50 of 181) sorted by relevance

12345678

/linux-master/drivers/regulator/
H A Dbd9571mwv-regulator.c108 .list_voltage = regulator_list_voltage_linear,
116 .list_voltage = regulator_list_voltage_linear,
123 .list_voltage = regulator_list_voltage_linear,
H A Dmax77686-regulator.c260 .list_voltage = regulator_list_voltage_linear,
272 .list_voltage = regulator_list_voltage_linear,
285 .list_voltage = regulator_list_voltage_linear,
297 .list_voltage = regulator_list_voltage_linear,
H A Dpcf50633-regulator.c42 .list_voltage = regulator_list_voltage_linear,
H A Dsy8106a-regulator.c34 .list_voltage = regulator_list_voltage_linear,
H A Dtps6286x-regulator.c70 .list_voltage = regulator_list_voltage_linear,
H A Dmax77503-regulator.c43 .list_voltage = regulator_list_voltage_linear_range,
H A Dsun20i-regulator.c44 .list_voltage = sun20i_d1_system_ldo_list_voltage,
H A Dmc13xxx-regulator-core.c106 .list_voltage = regulator_list_voltage_table,
134 .list_voltage = regulator_list_voltage_table,
H A Dmax8925-regulator.c134 .list_voltage = regulator_list_voltage_linear,
147 .list_voltage = regulator_list_voltage_linear,
H A Drt4831-regulator.c76 .list_voltage = regulator_list_voltage_linear,
85 .list_voltage = regulator_list_voltage_linear,
H A Dtps65217-regulator.c150 .list_voltage = regulator_list_voltage_linear_range,
163 .list_voltage = regulator_list_voltage_table,
H A D88pm800-regulator.c176 .list_voltage = regulator_list_voltage_linear_range,
187 .list_voltage = regulator_list_voltage_table,
H A Dwm8994-regulator.c35 .list_voltage = regulator_list_voltage_linear,
68 .list_voltage = wm8994_ldo2_list_voltage,
H A Dwm8400-regulator.c25 .list_voltage = regulator_list_voltage_linear_range,
106 .list_voltage = regulator_list_voltage_linear,
H A Dhi655x-regulator.c93 .list_voltage = regulator_list_voltage_table,
102 .list_voltage = regulator_list_voltage_linear,
H A Dmax14577-regulator.c82 .list_voltage = regulator_list_voltage_linear,
127 .list_voltage = regulator_list_voltage_linear,
H A Dtps65023-regulator.c201 .list_voltage = regulator_list_voltage_table,
212 .list_voltage = regulator_list_voltage_table,
H A Dmax77826-regulator.c173 .list_voltage = regulator_list_voltage_linear,
183 .list_voltage = regulator_list_voltage_linear,
H A Dmp5416.c145 .list_voltage = regulator_list_voltage_linear,
156 .list_voltage = regulator_list_voltage_linear,
H A Dmax1586.c119 .list_voltage = regulator_list_voltage_linear,
126 .list_voltage = regulator_list_voltage_table,
H A Dlochnagar-regulator.c31 .list_voltage = regulator_list_voltage_linear_range,
92 .list_voltage = regulator_list_voltage_linear_range,
H A Drk808-regulator.c806 .list_voltage = regulator_list_voltage_linear,
827 .list_voltage = regulator_list_voltage_linear_range,
848 .list_voltage = regulator_list_voltage_linear_range,
866 .list_voltage = regulator_list_voltage_linear_range,
885 .list_voltage = regulator_list_voltage_linear,
900 .list_voltage = regulator_list_voltage_linear,
913 .list_voltage = regulator_list_voltage_linear_range,
940 .list_voltage = regulator_list_voltage_linear_range,
954 .list_voltage = regulator_list_voltage_linear_range,
972 .list_voltage
[all...]
H A Dda903x-regulator.c259 .list_voltage = regulator_list_voltage_linear,
270 .list_voltage = da9030_list_ldo14_voltage,
281 .list_voltage = regulator_list_voltage_linear,
291 .list_voltage = regulator_list_voltage_linear,
302 .list_voltage = regulator_list_voltage_linear_range,
H A Dhi6421-regulator.c479 .list_voltage = regulator_list_voltage_table,
492 .list_voltage = regulator_list_voltage_linear,
505 .list_voltage = regulator_list_voltage_linear_range,
518 .list_voltage = regulator_list_voltage_linear,
530 .list_voltage = regulator_list_voltage_table,
H A Dhelpers.c301 * regulator_map_voltage_iterate - map_voltage() based on list_voltage()
307 * Drivers implementing set_voltage_sel() and list_voltage() can use
309 * voltage by calling list_voltage() until it gets something in bounds
323 ret = rdev->desc->ops->list_voltage(rdev, i);
356 ret = rdev->desc->ops->list_voltage(rdev, i);
409 voltage = rdev->desc->ops->list_voltage(rdev, ret);
454 voltage = rdev->desc->ops->list_voltage(rdev, sel);
511 voltage = rdev->desc->ops->list_voltage(rdev, ret);
566 * and then use this function as their list_voltage() operation,
581 * list_voltage() operatio
[all...]

Completed in 617 milliseconds

12345678