Searched refs:get_voltage_sel (Results 126 - 150 of 172) sorted by relevance

1234567

/linux-master/drivers/regulator/
H A Drt5759-regulator.c183 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dmp8859.c289 .get_voltage_sel = mp8859_get_voltage_sel,
H A Dtps51632-regulator.c98 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dmt6359-regulator.c430 .get_voltage_sel = regulator_get_voltage_sel_regmap,
444 .get_voltage_sel = regulator_get_voltage_sel_regmap,
463 .get_voltage_sel = mt6359p_vemc_get_voltage_sel,
H A Dlp872x.c422 .get_voltage_sel = regulator_get_voltage_sel_regmap,
433 .get_voltage_sel = lp872x_buck_get_voltage_sel,
446 .get_voltage_sel = lp872x_buck_get_voltage_sel,
H A Dpca9450-regulator.c77 .get_voltage_sel = regulator_get_voltage_sel_regmap,
88 .get_voltage_sel = regulator_get_voltage_sel_regmap,
98 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dqcom-rpmh-regulator.c118 * @voltage_selector: Selector used for get_voltage_sel() and
364 .get_voltage_sel = rpmh_regulator_vrm_get_voltage_sel,
375 .get_voltage_sel = rpmh_regulator_vrm_get_voltage_sel,
387 .get_voltage_sel = rpmh_regulator_vrm_get_voltage_sel,
H A Drt5120-regulator.c164 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dtps6507x-regulator.c347 .get_voltage_sel = tps6507x_pmic_get_voltage_sel,
H A Drt6190-regulator.c267 .get_voltage_sel = rt6190_out_get_voltage_sel,
H A Drt5190a-regulator.c123 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dltc3676.c179 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dcpcap-regulator.c257 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dlp8755.c146 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dvctrl-regulator.c437 .get_voltage_sel = vctrl_get_voltage_sel,
H A Dtps65086-regulator.c122 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dpwm-regulator.c240 .get_voltage_sel = pwm_regulator_get_voltage_sel,
H A Dmt6360-regulator.c302 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dtps62360-regulator.c223 .get_voltage_sel = tps62360_dcdc_get_voltage_sel,
H A Dda9211-regulator.c244 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dcore.c3551 if (!ops->get_voltage_sel)
3554 old_sel = ops->get_voltage_sel(rdev);
3646 ops->set_voltage_time_sel && ops->get_voltage_sel) {
3647 old_selector = ops->get_voltage_sel(rdev);
3826 rdev->desc->ops->get_voltage_sel))) {
4472 if (rdev->desc->ops->get_voltage_sel) {
4473 sel = rdev->desc->ops->get_voltage_sel(rdev);
5237 (ops->get_voltage_sel && ops->get_voltage_sel(rdev) >= 0) ||
5597 regulator_desc->ops->get_voltage_sel);
[all...]
H A Ds5m8767.c354 .get_voltage_sel = regulator_get_voltage_sel_regmap,
364 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dwm831x-dcdc.c308 .get_voltage_sel = wm831x_buckv_get_voltage_sel,
532 .get_voltage_sel = regulator_get_voltage_sel_regmap,
H A Dact8865-regulator.c405 .get_voltage_sel = regulator_get_voltage_sel_regmap,
419 .get_voltage_sel = regulator_get_voltage_sel_regmap,
/linux-master/include/linux/regulator/
H A Ddriver.h72 * @get_voltage_sel: Return the currently configured voltage selector for the
165 int (*get_voltage_sel) (struct regulator_dev *); member in struct:regulator_ops

Completed in 623 milliseconds

1234567