Searched refs:get_mode (Results 1 – 25 of 80) sorted by relevance
1234
| /drivers/nfc/s3fwrn5/ |
| 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()
|
| A D | uart.c | 50 .get_mode = s3fwrn5_phy_get_mode,
|
| /drivers/regulator/ |
| 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,
|
| 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,
|
| A D | max77857-regulator.c | 260 .get_mode = max77857_get_mode, 273 .get_mode = max77857_get_mode, 284 .get_mode = max77857_get_mode,
|
| A D | qcom_spmi-regulator.c | 1423 .get_mode = spmi_regulator_common_get_mode, 1437 .get_mode = spmi_regulator_common_get_mode, 1465 .get_mode = spmi_regulator_common_get_mode, 1489 .get_mode = spmi_regulator_common_get_mode, 1503 .get_mode = spmi_regulator_common_get_mode, 1518 .get_mode = spmi_regulator_common_get_mode, 1532 .get_mode = spmi_regulator_common_get_mode, 1550 .get_mode = spmi_regulator_ftsmps426_get_mode, 1565 .get_mode = spmi_regulator_ftsmps426_get_mode, 1578 .get_mode = spmi_regulator_hfsmps_get_mode,
|
| A D | tps65219-regulator.c | 206 .get_mode = tps65219_get_mode, 221 .get_mode = tps65219_get_mode, 236 .get_mode = tps65219_get_mode,
|
| 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,
|
| 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,
|
| 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,
|
| A D | mp886x.c | 149 .get_mode = mp886x_get_mode, 228 .get_mode = mp886x_get_mode,
|
| 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,
|
| A D | mt6323-regulator.c | 253 .get_mode = mt6323_ldo_get_mode, 263 .get_mode = mt6323_ldo_get_mode,
|
| A D | rt5120-regulator.c | 167 .get_mode = rt5120_buck_get_mode, 180 .get_mode = rt5120_buck_get_mode,
|
| A D | mt6332-regulator.c | 266 .get_mode = mt6332_ldo_get_mode, 280 .get_mode = mt6332_ldo_get_mode,
|
| A D | tps6286x-regulator.c | 75 .get_mode = tps6286x_get_mode,
|
| A D | hi6421v530-regulator.c | 155 .get_mode = hi6421v530_regulator_ldo_get_mode,
|
| A D | lp8788-buck.c | 339 .get_mode = lp8788_buck_get_mode, 352 .get_mode = lp8788_buck_get_mode,
|
| A D | da9055-regulator.c | 291 .get_mode = da9055_buck_get_mode, 312 .get_mode = da9055_ldo_get_mode,
|
| A D | sy8827n.c | 83 .get_mode = sy8827n_get_mode,
|
| A D | rt4803.c | 129 .get_mode = rt4803_get_mode,
|
| A D | tps6287x-regulator.c | 152 .get_mode = tps6287x_get_mode,
|
| A D | hi6421v600-regulator.c | 181 .get_mode = hi6421_spmi_regulator_get_mode,
|
| A D | sy8824x.c | 84 .get_mode = sy8824_get_mode,
|
| /drivers/edac/ |
| A D | ecs.c | 61 EDAC_ECS_ATTR_SHOW(mode, get_mode, u32, "%u\n") 108 if (ops->get_mode) { in EDAC_ECS_ATTR_STORE()
|
Completed in 49 milliseconds
1234