Searched refs:get_temp (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/hwmon/ |
D | amc6821.c | 217 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/ |
D | thermal.h | 52 int (*get_temp) (struct thermal_zone_device *, unsigned long *); member
|
/linux-2.6.39/drivers/thermal/ |
D | thermal_sys.c | 116 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/ |
D | intel_mid_thermal.c | 462 .get_temp = read_curr_temp,
|
D | acerhdf.c | 412 .get_temp = acerhdf_get_ec_temp,
|
/linux-2.6.39/Documentation/thermal/ |
D | sysfs-api.txt | 47 .get_temp: get the current temperature of the thermal zone.
|
/linux-2.6.39/drivers/acpi/ |
D | thermal.c | 818 .get_temp = thermal_get_temp,
|