/linux-4.1.27/drivers/hwmon/ |
D | amc6821.c | 280 static ssize_t get_temp( in get_temp() function 738 get_temp, NULL, IDX_TEMP1_INPUT); 739 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO | S_IWUSR, get_temp, 741 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, get_temp, 743 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO | S_IWUSR, get_temp, 752 get_temp, NULL, IDX_TEMP2_INPUT); 753 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO | S_IWUSR, get_temp, 755 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, get_temp, 757 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO | S_IWUSR, get_temp,
|
D | tmp102.c | 162 .get_temp = tmp102_read_temp,
|
D | lm75.c | 181 .get_temp = lm75_read_temp,
|
D | ntc_thermistor.c | 499 .get_temp = ntc_read_temp,
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 29 if (d->override_ops && d->override_ops->get_temp) in int340x_thermal_get_zone_temp() 30 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp() 158 .get_temp = int340x_thermal_get_zone_temp,
|
D | int3400_thermal.c | 235 .get_temp = int3400_thermal_get_temp,
|
D | processor_thermal_device.c | 186 .get_temp = proc_thermal_get_zone_temp,
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 92 int (*get_temp) (struct thermal_zone_device *, unsigned long *); member 282 int (*get_temp)(void *, long *); member
|
/linux-4.1.27/drivers/thermal/ |
D | rockchip_thermal.c | 67 int (*get_temp)(int chn, void __iomem *reg, long *temp); member 331 .get_temp = rk_tsadcv2_get_temp, 376 retval = tsadc->get_temp(sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp() 384 .get_temp = rockchip_thermal_get_temp,
|
D | kirkwood_thermal.c | 64 .get_temp = kirkwood_get_temp,
|
D | of-thermal.c | 94 if (!data->ops->get_temp) in of_thermal_get_temp() 97 return data->ops->get_temp(data->sensor_data, temp); in of_thermal_get_temp() 415 tzd->ops->get_temp = of_thermal_get_temp; in thermal_zone_of_add_sensor() 547 tzd->ops->get_temp = NULL; in thermal_zone_of_sensor_unregister()
|
D | dove_thermal.c | 122 .get_temp = dove_get_temp,
|
D | spear_thermal.c | 54 .get_temp = thermal_get_temp,
|
D | armada_thermal.c | 187 .get_temp = armada_get_temp,
|
D | thermal_core.c | 430 if (!tz || IS_ERR(tz) || !tz->ops->get_temp) in thermal_zone_get_temp() 435 ret = tz->ops->get_temp(tz, temp); in thermal_zone_get_temp() 506 if (!tz->ops->get_temp) in thermal_zone_device_update() 1617 if (!tz->ops->get_temp) in thermal_zone_device_register()
|
D | intel_soc_dts_thermal.c | 275 .get_temp = sys_get_curr_temp,
|
D | tegra_soctherm.c | 321 .get_temp = tegra_thermctl_get_temp,
|
D | rcar_thermal.c | 275 .get_temp = rcar_thermal_get_temp,
|
D | db8500_thermal.c | 217 .get_temp = db8500_sys_get_temp,
|
D | x86_pkg_temp_thermal.c | 278 .get_temp = sys_get_curr_temp,
|
D | imx_thermal.c | 339 .get_temp = imx_get_temp,
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 289 .get_temp = __ti_thermal_get_temp, 294 .get_temp = ti_thermal_get_temp,
|
/linux-4.1.27/drivers/net/dsa/ |
D | mv88e6123_61_65.c | 293 .get_temp = mv88e6xxx_get_temp,
|
D | mv88e6171.c | 298 .get_temp = mv88e6xxx_get_temp,
|
D | mv88e6352.c | 537 .get_temp = mv88e6352_get_temp,
|
/linux-4.1.27/include/net/ |
D | dsa.h | 270 int (*get_temp)(struct dsa_switch *ds, int *temp); member
|
/linux-4.1.27/drivers/thermal/st/ |
D | st_thermal.c | 180 .get_temp = st_thermal_get_temp,
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel_mid_thermal.c | 464 .get_temp = read_curr_temp,
|
D | acerhdf.c | 489 .get_temp = acerhdf_get_ec_temp,
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 89 ret = ds->drv->get_temp(ds, &temp); in temp1_input_show() 305 if (drv->get_temp) { in dsa_switch_setup_one()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | sun4i-ts.c | 211 .get_temp = sun4i_get_tz_temp,
|
/linux-4.1.27/drivers/power/ |
D | power_supply_core.c | 539 .get_temp = power_supply_read_temp,
|
/linux-4.1.27/drivers/acpi/ |
D | thermal.c | 875 .get_temp = thermal_get_temp,
|
/linux-4.1.27/drivers/thermal/samsung/ |
D | exynos_tmu.c | 1115 .get_temp = exynos_get_temp,
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 51 .get_temp: get the current temperature of the thermal zone.
|