/linux-4.4.14/drivers/thermal/ |
D | intel_pch_thermal.c | 134 int (*get_temp)(struct pch_thermal_device *ptd, int *temp); member 141 .get_temp = pch_wpt_get_temp, 148 return ptd->ops->get_temp(ptd, temp); in pch_thermal_get_temp() 181 .get_temp = pch_thermal_get_temp,
|
D | rockchip_thermal.c | 104 int (*get_temp)(struct chip_tsadc_table table, member 444 .get_temp = rk_tsadcv2_get_temp, 468 .get_temp = rk_tsadcv2_get_temp, 524 retval = tsadc->get_temp(tsadc->table, in rockchip_thermal_get_temp() 533 .get_temp = rockchip_thermal_get_temp,
|
D | kirkwood_thermal.c | 64 .get_temp = kirkwood_get_temp,
|
D | of-thermal.c | 98 if (!data->ops->get_temp) in of_thermal_get_temp() 101 return data->ops->get_temp(data->sensor_data, temp); in of_thermal_get_temp() 420 tzd->ops->get_temp = of_thermal_get_temp; in thermal_zone_of_add_sensor() 552 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 | qcom-spmi-temp-alarm.c | 146 .get_temp = qpnp_tm_get_temp,
|
D | armada_thermal.c | 187 .get_temp = armada_get_temp,
|
D | intel_quark_dts_thermal.c | 339 .get_temp = sys_get_curr_temp,
|
D | hisi_thermal.c | 203 .get_temp = hisi_thermal_get_temp,
|
D | intel_soc_dts_iosf.c | 251 .get_temp = sys_get_curr_temp,
|
D | tegra_soctherm.c | 321 .get_temp = tegra_thermctl_get_temp,
|
D | rcar_thermal.c | 274 .get_temp = rcar_thermal_get_temp,
|
D | x86_pkg_temp_thermal.c | 278 .get_temp = sys_get_curr_temp,
|
D | db8500_thermal.c | 216 .get_temp = db8500_sys_get_temp,
|
D | imx_thermal.c | 338 .get_temp = imx_get_temp,
|
D | thermal_core.c | 491 if (!tz || IS_ERR(tz) || !tz->ops->get_temp) in thermal_zone_get_temp() 496 ret = tz->ops->get_temp(tz, temp); in thermal_zone_get_temp() 567 if (!tz->ops->get_temp) in thermal_zone_device_update()
|
/linux-4.4.14/tools/perf/tests/ |
D | topology.c | 13 static int get_temp(char *path) in get_temp() function 93 TEST_ASSERT_VAL("can't get templ file", !get_temp(path)); in test_session_topology()
|
/linux-4.4.14/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 | scpi-hwmon.c | 110 .get_temp = scpi_read_temp,
|
D | tmp102.c | 174 .get_temp = tmp102_read_temp,
|
D | lm75.c | 182 .get_temp = lm75_read_temp,
|
D | ntc_thermistor.c | 537 .get_temp = ntc_read_temp,
|
/linux-4.4.14/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 | 192 .get_temp = proc_thermal_get_zone_temp,
|
/linux-4.4.14/drivers/net/dsa/ |
D | mv88e6123_61_65.c | 116 .get_temp = mv88e6xxx_get_temp,
|
D | mv88e6171.c | 102 .get_temp = mv88e6xxx_get_temp,
|
D | mv88e6352.c | 317 .get_temp = mv88e6xxx_get_temp,
|
/linux-4.4.14/include/linux/ |
D | thermal.h | 100 int (*get_temp) (struct thermal_zone_device *, int *); member 340 int (*get_temp)(void *, int *); member
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 290 .get_temp = __ti_thermal_get_temp, 295 .get_temp = ti_thermal_get_temp,
|
/linux-4.4.14/include/net/ |
D | dsa.h | 280 int (*get_temp)(struct dsa_switch *ds, int *temp); member
|
/linux-4.4.14/drivers/thermal/st/ |
D | st_thermal.c | 179 .get_temp = st_thermal_get_temp,
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_mid_thermal.c | 463 .get_temp = read_curr_temp,
|
D | acerhdf.c | 489 .get_temp = acerhdf_get_ec_temp,
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | sun4i-ts.c | 211 .get_temp = sun4i_get_tz_temp,
|
/linux-4.4.14/net/dsa/ |
D | dsa.c | 90 ret = ds->drv->get_temp(ds, &temp); in temp1_input_show() 349 if (drv->get_temp) { in dsa_switch_setup_one()
|
/linux-4.4.14/drivers/power/ |
D | power_supply_core.c | 578 .get_temp = power_supply_read_temp,
|
/linux-4.4.14/drivers/acpi/ |
D | thermal.c | 874 .get_temp = thermal_get_temp,
|
/linux-4.4.14/drivers/thermal/samsung/ |
D | exynos_tmu.c | 1276 .get_temp = exynos_get_temp,
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 51 .get_temp: get the current temperature of the thermal zone.
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 509 - get_temp: this function queries the given switch for its temperature
|