/linux-4.4.14/drivers/nfc/s3fwrn5/ |
D | s3fwrn5.h | 38 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()
|
D | i2c.c | 131 .get_mode = s3fwrn5_i2c_get_mode,
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.h | 89 u32 get_mode; member 95 u64 get_mode; member 101 void *get_mode; member
|
D | eboot.c | 905 status = efi_early->call((unsigned long)uga->get_mode, uga, in setup_uga32() 950 status = efi_early->call((unsigned long)uga->get_mode, uga, in setup_uga64()
|
/linux-4.4.14/drivers/regulator/ |
D | hi6421-regulator.c | 499 .get_mode = hi6421_regulator_ldo_get_mode, 512 .get_mode = hi6421_regulator_ldo_get_mode, 525 .get_mode = hi6421_regulator_ldo_get_mode, 538 .get_mode = hi6421_regulator_buck_get_mode, 550 .get_mode = hi6421_regulator_buck_get_mode,
|
D | tps65910-regulator.c | 770 .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,
|
D | wm8350-regulator.c | 907 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() function 931 mode = get_mode(output_uA, dcdc1_6_efficiency); in wm8350_dcdc_get_optimum_mode() 935 mode = get_mode(output_uA, dcdc3_4_efficiency); in wm8350_dcdc_get_optimum_mode() 952 .get_mode = wm8350_dcdc_get_mode, 977 .get_mode = wm8350_ldo_get_mode,
|
D | as3722-regulator.c | 629 .get_mode = as3722_sd_get_mode, 640 .get_mode = as3722_sd_get_mode, 652 .get_mode = as3722_sd_get_mode, 661 .get_mode = as3722_sd_get_mode,
|
D | qcom_spmi-regulator.c | 1014 .get_mode = spmi_regulator_common_get_mode, 1027 .get_mode = spmi_regulator_common_get_mode, 1074 .get_mode = spmi_regulator_common_get_mode, 1087 .get_mode = spmi_regulator_common_get_mode, 1100 .get_mode = spmi_regulator_common_get_mode, 1113 .get_mode = spmi_regulator_common_get_mode,
|
D | lp8788-buck.c | 357 .get_mode = lp8788_buck_get_mode, 370 .get_mode = lp8788_buck_get_mode,
|
D | max8649.c | 128 .get_mode = max8649_get_mode,
|
D | wm8400-regulator.c | 117 .get_mode = wm8400_dcdc_get_mode,
|
D | da9055-regulator.c | 328 .get_mode = da9055_buck_get_mode, 349 .get_mode = da9055_ldo_get_mode,
|
D | wm831x-ldo.c | 207 .get_mode = wm831x_gp_ldo_get_mode, 418 .get_mode = wm831x_aldo_get_mode,
|
D | palmas-regulator.c | 536 .get_mode = palmas_get_mode_smps, 547 .get_mode = palmas_get_mode_smps, 573 .get_mode = palmas_get_mode_smps, 583 .get_mode = palmas_get_mode_smps,
|
D | as3711-regulator.c | 93 .get_mode = as3711_get_mode_sd,
|
D | da9062-regulator.c | 384 .get_mode = da9062_buck_get_mode, 400 .get_mode = da9062_ldo_get_mode,
|
D | fan53555.c | 193 .get_mode = fan53555_get_mode,
|
D | da9063-regulator.c | 440 .get_mode = da9063_buck_get_mode, 456 .get_mode = da9063_ldo_get_mode,
|
D | ab8500.c | 650 .get_mode = ab8500_regulator_get_mode, 661 .get_mode = ab8500_regulator_get_mode, 683 .get_mode = ab8500_regulator_get_mode, 699 .get_mode = ab8500_regulator_get_mode,
|
D | ab8500-ext.c | 278 .get_mode = ab8500_ext_regulator_get_mode,
|
D | wm831x-dcdc.c | 381 .get_mode = wm831x_dcdc_get_mode, 599 .get_mode = wm831x_dcdc_get_mode,
|
D | lp872x.c | 502 .get_mode = lp872x_buck_get_mode, 515 .get_mode = lp872x_buck_get_mode,
|
D | da9211-regulator.c | 223 .get_mode = da9211_buck_get_mode,
|
D | lp8755.c | 240 .get_mode = lp8755_buck_get_mode,
|
D | tps62360-regulator.c | 243 .get_mode = tps62360_get_mode,
|
D | tps65912-regulator.c | 435 .get_mode = tps65912_get_mode,
|
D | max77802.c | 317 .get_mode = max77802_get_mode,
|
D | mc13892-regulator.c | 590 mc13892_vcam_ops.get_mode = mc13892_vcam_get_mode, in mc13892_regulator_probe()
|
D | core.c | 3247 if (rdev->desc->ops->get_mode) { in regulator_set_mode() 3248 regulator_curr_mode = rdev->desc->ops->get_mode(rdev); in regulator_set_mode() 3274 if (!rdev->desc->ops->get_mode) { in _regulator_get_mode() 3279 ret = rdev->desc->ops->get_mode(rdev); in _regulator_get_mode() 3735 return ops->get_mode ? mode : 0; in regulator_attr_is_visible()
|
D | max8973-regulator.c | 340 .get_mode = max8973_dcdc_get_mode,
|
/linux-4.4.14/include/linux/regulator/ |
D | driver.h | 160 unsigned int (*get_mode) (struct regulator_dev *); member
|
/linux-4.4.14/include/linux/ |
D | thermal.h | 101 int (*get_mode) (struct thermal_zone_device *, member
|
/linux-4.4.14/drivers/thermal/ |
D | intel_quark_dts_thermal.c | 344 .get_mode = sys_get_mode,
|
D | thermal_core.c | 619 if (!tz->ops->get_mode) in mode_show() 622 result = tz->ops->get_mode(tz, &mode); in mode_show() 1864 if (ops->get_mode) { in thermal_zone_device_register() 2010 if (tz->ops->get_mode) in thermal_zone_device_unregister()
|
D | db8500_thermal.c | 218 .get_mode = db8500_sys_get_mode,
|
D | imx_thermal.c | 339 .get_mode = imx_get_mode,
|
D | of-thermal.c | 383 .get_mode = of_thermal_get_mode,
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
D | int3400_thermal.c | 275 int3400_thermal_ops.get_mode = int3400_thermal_get_mode; in int3400_thermal_probe()
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 299 .get_mode = ti_thermal_get_mode,
|
/linux-4.4.14/Documentation/networking/ |
D | README.ipw2200 | 200 get_mode 204 % iwpriv eth1 get_mode 205 eth1 get_mode:802.11bg (6)
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 490 .get_mode = acerhdf_get_mode,
|
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 1210 static inline fmode_t get_mode(struct dm_ioctl *param) in get_mode() function 1282 r = dm_table_create(&t, get_mode(param), param->target_count, md); in table_load()
|
/linux-4.4.14/drivers/acpi/ |
D | thermal.c | 875 .get_mode = thermal_get_mode,
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 52 .get_mode: get the current mode (enabled/disabled) of the thermal zone.
|