Home
last modified time | relevance | path

Searched refs:get_temp (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Damc6821.c280 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,
Dtmp102.c162 .get_temp = tmp102_read_temp,
Dlm75.c181 .get_temp = lm75_read_temp,
Dntc_thermistor.c499 .get_temp = ntc_read_temp,
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c29 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,
Dint3400_thermal.c235 .get_temp = int3400_thermal_get_temp,
Dprocessor_thermal_device.c186 .get_temp = proc_thermal_get_zone_temp,
/linux-4.1.27/include/linux/
Dthermal.h92 int (*get_temp) (struct thermal_zone_device *, unsigned long *); member
282 int (*get_temp)(void *, long *); member
/linux-4.1.27/drivers/thermal/
Drockchip_thermal.c67 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,
Dkirkwood_thermal.c64 .get_temp = kirkwood_get_temp,
Dof-thermal.c94 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()
Ddove_thermal.c122 .get_temp = dove_get_temp,
Dspear_thermal.c54 .get_temp = thermal_get_temp,
Darmada_thermal.c187 .get_temp = armada_get_temp,
Dthermal_core.c430 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()
Dintel_soc_dts_thermal.c275 .get_temp = sys_get_curr_temp,
Dtegra_soctherm.c321 .get_temp = tegra_thermctl_get_temp,
Drcar_thermal.c275 .get_temp = rcar_thermal_get_temp,
Ddb8500_thermal.c217 .get_temp = db8500_sys_get_temp,
Dx86_pkg_temp_thermal.c278 .get_temp = sys_get_curr_temp,
Dimx_thermal.c339 .get_temp = imx_get_temp,
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c289 .get_temp = __ti_thermal_get_temp,
294 .get_temp = ti_thermal_get_temp,
/linux-4.1.27/drivers/net/dsa/
Dmv88e6123_61_65.c293 .get_temp = mv88e6xxx_get_temp,
Dmv88e6171.c298 .get_temp = mv88e6xxx_get_temp,
Dmv88e6352.c537 .get_temp = mv88e6352_get_temp,
/linux-4.1.27/include/net/
Ddsa.h270 int (*get_temp)(struct dsa_switch *ds, int *temp); member
/linux-4.1.27/drivers/thermal/st/
Dst_thermal.c180 .get_temp = st_thermal_get_temp,
/linux-4.1.27/drivers/platform/x86/
Dintel_mid_thermal.c464 .get_temp = read_curr_temp,
Dacerhdf.c489 .get_temp = acerhdf_get_ec_temp,
/linux-4.1.27/net/dsa/
Ddsa.c89 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/
Dsun4i-ts.c211 .get_temp = sun4i_get_tz_temp,
/linux-4.1.27/drivers/power/
Dpower_supply_core.c539 .get_temp = power_supply_read_temp,
/linux-4.1.27/drivers/acpi/
Dthermal.c875 .get_temp = thermal_get_temp,
/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c1115 .get_temp = exynos_get_temp,
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt51 .get_temp: get the current temperature of the thermal zone.