Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/x86/boot/compressed/
Deboot.h16 u32 get_mode; member
22 u64 get_mode; member
28 void *get_mode; member
/Linux-v4.19/drivers/nfc/s3fwrn5/
Ds3fwrn5.h38 enum s3fwrn5_mode (*get_mode)(void *id); member
68 if (!info->phy_ops->get_mode) in s3fwrn5_get_mode()
71 return info->phy_ops->get_mode(info->phy_id); in s3fwrn5_get_mode()
Di2c.c131 .get_mode = s3fwrn5_i2c_get_mode,
/Linux-v4.19/drivers/regulator/
Dhi6421-regulator.c500 .get_mode = hi6421_regulator_ldo_get_mode,
513 .get_mode = hi6421_regulator_ldo_get_mode,
526 .get_mode = hi6421_regulator_ldo_get_mode,
539 .get_mode = hi6421_regulator_buck_get_mode,
551 .get_mode = hi6421_regulator_buck_get_mode,
Dmt6380-regulator.c255 .get_mode = mt6380_regulator_get_mode,
268 .get_mode = mt6380_regulator_get_mode,
277 .get_mode = mt6380_regulator_get_mode,
Dqcom-rpmh-regulator.c352 .get_mode = rpmh_regulator_vrm_get_mode,
363 .get_mode = rpmh_regulator_vrm_get_mode,
375 .get_mode = rpmh_regulator_vrm_get_mode,
Dtps65910-regulator.c770 .get_mode = tps65910_get_mode,
783 .get_mode = tps65910_get_mode,
794 .get_mode = tps65910_get_mode,
806 .get_mode = tps65910_get_mode,
818 .get_mode = tps65910_get_mode,
Dqcom_spmi-regulator.c1150 .get_mode = spmi_regulator_common_get_mode,
1164 .get_mode = spmi_regulator_common_get_mode,
1192 .get_mode = spmi_regulator_common_get_mode,
1216 .get_mode = spmi_regulator_common_get_mode,
1230 .get_mode = spmi_regulator_common_get_mode,
1245 .get_mode = spmi_regulator_common_get_mode,
1259 .get_mode = spmi_regulator_common_get_mode,
Dmt6323-regulator.c257 .get_mode = mt6323_ldo_get_mode,
267 .get_mode = mt6323_ldo_get_mode,
Dwm8350-regulator.c907 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() function
932 mode = get_mode(output_uA, dcdc1_6_efficiency); in wm8350_dcdc_get_optimum_mode()
936 mode = get_mode(output_uA, dcdc3_4_efficiency); in wm8350_dcdc_get_optimum_mode()
953 .get_mode = wm8350_dcdc_get_mode,
978 .get_mode = wm8350_ldo_get_mode,
Das3722-regulator.c654 .get_mode = as3722_sd_get_mode,
665 .get_mode = as3722_sd_get_mode,
677 .get_mode = as3722_sd_get_mode,
686 .get_mode = as3722_sd_get_mode,
Dhi6421v530-regulator.c163 .get_mode = hi6421v530_regulator_ldo_get_mode,
Dlp8788-buck.c357 .get_mode = lp8788_buck_get_mode,
370 .get_mode = lp8788_buck_get_mode,
Dmax8649.c128 .get_mode = max8649_get_mode,
Dwm8400-regulator.c117 .get_mode = wm8400_dcdc_get_mode,
Dab8500.c519 .get_mode = ab8500_regulator_get_mode,
540 .get_mode = ab8500_regulator_get_mode,
556 .get_mode = ab8500_regulator_get_mode,
Dda9055-regulator.c329 .get_mode = da9055_buck_get_mode,
350 .get_mode = da9055_ldo_get_mode,
Dwm831x-ldo.c207 .get_mode = wm831x_gp_ldo_get_mode,
418 .get_mode = wm831x_aldo_get_mode,
Dpalmas-regulator.c544 .get_mode = palmas_get_mode_smps,
555 .get_mode = palmas_get_mode_smps,
581 .get_mode = palmas_get_mode_smps,
591 .get_mode = palmas_get_mode_smps,
Das3711-regulator.c93 .get_mode = as3711_get_mode_sd,
/Linux-v4.19/drivers/thermal/
Dda9062-thermal.c193 .get_mode = da9062_thermal_get_mode,
Dthermal_sysfs.c55 if (!tz->ops->get_mode) in mode_show()
58 result = tz->ops->get_mode(tz, &mode); in mode_show()
446 if (tz->ops->get_mode) in thermal_zone_mode_is_visible()
Dintel_quark_dts_thermal.c344 .get_mode = sys_get_mode,
/Linux-v4.19/include/linux/regulator/
Ddriver.h177 unsigned int (*get_mode) (struct regulator_dev *); member
/Linux-v4.19/drivers/thunderbolt/
Dicm.c81 int (*get_mode)(struct tb *tb); member
1665 if (icm->get_mode) { in icm_firmware_init()
1666 ret = icm->get_mode(tb); in icm_firmware_init()
1984 icm->get_mode = icm_ar_get_mode; in icm_probe()
1999 icm->get_mode = icm_ar_get_mode; in icm_probe()

123