Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hwmon/
Damc6821.c217 static ssize_t get_temp( in get_temp() function
705 get_temp, NULL, IDX_TEMP1_INPUT);
706 static SENSOR_DEVICE_ATTR(temp1_min, S_IRUGO | S_IWUSR, get_temp,
708 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, get_temp,
710 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO | S_IWUSR, get_temp,
719 get_temp, NULL, IDX_TEMP2_INPUT);
720 static SENSOR_DEVICE_ATTR(temp2_min, S_IRUGO | S_IWUSR, get_temp,
722 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, get_temp,
724 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO | S_IWUSR, get_temp,
/linux-2.6.39/include/linux/
Dthermal.h52 int (*get_temp) (struct thermal_zone_device *, unsigned long *); member
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c116 if (!tz->ops->get_temp) in temp_show()
119 ret = tz->ops->get_temp(tz, &temperature); in temp_show()
444 ret = tz->ops->get_temp(tz, &temperature); in temp_input_show()
965 if (tz->ops->get_temp(tz, &temp)) { in thermal_zone_device_update()
1070 if (!ops || !ops->get_temp) in thermal_zone_device_register()
/linux-2.6.39/drivers/platform/x86/
Dintel_mid_thermal.c462 .get_temp = read_curr_temp,
Dacerhdf.c412 .get_temp = acerhdf_get_ec_temp,
/linux-2.6.39/Documentation/thermal/
Dsysfs-api.txt47 .get_temp: get the current temperature of the thermal zone.
/linux-2.6.39/drivers/acpi/
Dthermal.c818 .get_temp = thermal_get_temp,