Searched refs:get_temp (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/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-3.4.99/include/linux/ |
D | thermal.h | 52 int (*get_temp) (struct thermal_zone_device *, unsigned long *); member
|
/linux-3.4.99/drivers/thermal/ |
D | thermal_sys.c | 114 if (!tz->ops->get_temp) in temp_show() 117 ret = tz->ops->get_temp(tz, &temperature); in temp_show() 449 ret = tz->ops->get_temp(tz, &temperature); in temp_input_show() 1024 if (tz->ops->get_temp(tz, &temp)) { in thermal_zone_device_update() 1127 if (!ops || !ops->get_temp) in thermal_zone_device_register()
|
D | spear_thermal.c | 54 .get_temp = thermal_get_temp,
|
/linux-3.4.99/drivers/platform/x86/ |
D | intel_mid_thermal.c | 461 .get_temp = read_curr_temp,
|
D | acerhdf.c | 427 .get_temp = acerhdf_get_ec_temp,
|
/linux-3.4.99/Documentation/thermal/ |
D | sysfs-api.txt | 47 .get_temp: get the current temperature of the thermal zone.
|
/linux-3.4.99/drivers/acpi/ |
D | thermal.c | 818 .get_temp = thermal_get_temp,
|