/openbmc/linux/drivers/nfc/s3fwrn5/ |
H A D | s3fwrn5.h | 27 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 D | uart.c | 50 .get_mode = s3fwrn5_phy_get_mode,
|
/openbmc/linux/drivers/regulator/ |
H A D | hi6421-regulator.c | 483 .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 D | mt6380-regulator.c | 244 .get_mode = mt6380_regulator_get_mode, 257 .get_mode = mt6380_regulator_get_mode, 266 .get_mode = mt6380_regulator_get_mode,
|
H A D | tps65219-regulator.c | 182 .get_mode = tps65219_get_mode, 197 .get_mode = tps65219_get_mode, 212 .get_mode = tps65219_get_mode,
|
H A D | max77857-regulator.c | 260 .get_mode = max77857_get_mode, 273 .get_mode = max77857_get_mode, 284 .get_mode = max77857_get_mode,
|
H A D | qcom_spmi-regulator.c | 1420 .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 D | mt6331-regulator.c | 293 .get_mode = mt6331_ldo_get_mode, 307 .get_mode = mt6331_ldo_get_mode, 333 .get_mode = mt6331_ldo_get_mode,
|
H A D | tps65910-regulator.c | 766 .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 D | as3722-regulator.c | 508 .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 D | mp886x.c | 149 .get_mode = mp886x_get_mode, 228 .get_mode = mp886x_get_mode,
|
H A D | tps6286x-regulator.c | 66 .get_mode = tps6286x_get_mode,
|
H A D | wm8350-regulator.c | 835 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 D | mt6323-regulator.c | 253 .get_mode = mt6323_ldo_get_mode, 263 .get_mode = mt6323_ldo_get_mode,
|
H A D | rt5120-regulator.c | 167 .get_mode = rt5120_buck_get_mode, 180 .get_mode = rt5120_buck_get_mode,
|
H A D | tps6287x-regulator.c | 98 .get_mode = tps6287x_get_mode,
|
H A D | mt6332-regulator.c | 266 .get_mode = mt6332_ldo_get_mode, 280 .get_mode = mt6332_ldo_get_mode,
|
H A D | hi6421v530-regulator.c | 159 .get_mode = hi6421v530_regulator_ldo_get_mode,
|
H A D | lp8788-buck.c | 351 .get_mode = lp8788_buck_get_mode, 364 .get_mode = lp8788_buck_get_mode,
|
H A D | rt4803.c | 129 .get_mode = rt4803_get_mode,
|
/openbmc/u-boot/include/power/ |
H A D | regulator.h | 234 int (*get_mode)(struct udevice *dev); member
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | sandbox.c | 267 .get_mode = out_get_mode, 343 .get_mode = out_get_mode,
|
H A D | regulator-uclass.c | 177 if (!ops || !ops->get_mode) in regulator_get_mode() 180 return ops->get_mode(dev); in regulator_get_mode()
|
H A D | s2mps11_regulator.c | 323 .get_mode = buck_get_mode, 598 .get_mode = ldo_get_mode,
|
H A D | max77686.c | 791 .get_mode = ldo_get_mode, 807 .get_mode = buck_get_mode,
|