Home
last modified time | relevance | path

Searched refs:get_mode (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/linux/drivers/nfc/s3fwrn5/
H A Ds3fwrn5.h27 enum s3fwrn5_mode (*get_mode)(void *id); member
56 if (!info->phy_ops->get_mode) in s3fwrn5_get_mode()
59 return info->phy_ops->get_mode(info->phy_id); in s3fwrn5_get_mode()
H A Duart.c50 .get_mode = s3fwrn5_phy_get_mode,
/openbmc/linux/drivers/regulator/
H A Dhi6421-regulator.c483 .get_mode = hi6421_regulator_ldo_get_mode,
496 .get_mode = hi6421_regulator_ldo_get_mode,
509 .get_mode = hi6421_regulator_ldo_get_mode,
522 .get_mode = hi6421_regulator_buck_get_mode,
534 .get_mode = hi6421_regulator_buck_get_mode,
H A Dmt6380-regulator.c244 .get_mode = mt6380_regulator_get_mode,
257 .get_mode = mt6380_regulator_get_mode,
266 .get_mode = mt6380_regulator_get_mode,
H A Dtps65219-regulator.c182 .get_mode = tps65219_get_mode,
197 .get_mode = tps65219_get_mode,
212 .get_mode = tps65219_get_mode,
H A Dmax77857-regulator.c260 .get_mode = max77857_get_mode,
273 .get_mode = max77857_get_mode,
284 .get_mode = max77857_get_mode,
H A Dmt6331-regulator.c293 .get_mode = mt6331_ldo_get_mode,
307 .get_mode = mt6331_ldo_get_mode,
333 .get_mode = mt6331_ldo_get_mode,
H A Dqcom_spmi-regulator.c1420 .get_mode = spmi_regulator_common_get_mode,
1434 .get_mode = spmi_regulator_common_get_mode,
1462 .get_mode = spmi_regulator_common_get_mode,
1486 .get_mode = spmi_regulator_common_get_mode,
1500 .get_mode = spmi_regulator_common_get_mode,
1515 .get_mode = spmi_regulator_common_get_mode,
1529 .get_mode = spmi_regulator_common_get_mode,
1547 .get_mode = spmi_regulator_ftsmps426_get_mode,
1562 .get_mode = spmi_regulator_ftsmps426_get_mode,
1575 .get_mode = spmi_regulator_hfsmps_get_mode,
H A Dtps6286x-regulator.c66 .get_mode = tps6286x_get_mode,
H A Dmp886x.c149 .get_mode = mp886x_get_mode,
228 .get_mode = mp886x_get_mode,
H A Das3722-regulator.c508 .get_mode = as3722_sd_get_mode,
519 .get_mode = as3722_sd_get_mode,
531 .get_mode = as3722_sd_get_mode,
540 .get_mode = as3722_sd_get_mode,
H A Dtps65910-regulator.c766 .get_mode = tps65910_get_mode,
779 .get_mode = tps65910_get_mode,
790 .get_mode = tps65910_get_mode,
802 .get_mode = tps65910_get_mode,
814 .get_mode = tps65910_get_mode,
H A Dtps6287x-regulator.c98 .get_mode = tps6287x_get_mode,
H A Drt5120-regulator.c167 .get_mode = rt5120_buck_get_mode,
180 .get_mode = rt5120_buck_get_mode,
H A Dmt6323-regulator.c253 .get_mode = mt6323_ldo_get_mode,
263 .get_mode = mt6323_ldo_get_mode,
H A Dwm8350-regulator.c835 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() function
860 mode = get_mode(output_uA, dcdc1_6_efficiency); in wm8350_dcdc_get_optimum_mode()
864 mode = get_mode(output_uA, dcdc3_4_efficiency); in wm8350_dcdc_get_optimum_mode()
881 .get_mode = wm8350_dcdc_get_mode,
906 .get_mode = wm8350_ldo_get_mode,
H A Dhi6421v530-regulator.c159 .get_mode = hi6421v530_regulator_ldo_get_mode,
H A Dmt6332-regulator.c266 .get_mode = mt6332_ldo_get_mode,
280 .get_mode = mt6332_ldo_get_mode,
H A Dsy8827n.c83 .get_mode = sy8827n_get_mode,
H A Drt4803.c129 .get_mode = rt4803_get_mode,
/openbmc/u-boot/include/power/
H A Dregulator.h234 int (*get_mode)(struct udevice *dev); member
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c267 .get_mode = out_get_mode,
343 .get_mode = out_get_mode,
H A Dregulator-uclass.c177 if (!ops || !ops->get_mode) in regulator_get_mode()
180 return ops->get_mode(dev); in regulator_get_mode()
H A Ds2mps11_regulator.c323 .get_mode = buck_get_mode,
598 .get_mode = ldo_get_mode,
H A Dmax77686.c791 .get_mode = ldo_get_mode,
807 .get_mode = buck_get_mode,

1234