Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/include/linux/
Dthermal.h52 int (*get_temp) (struct thermal_zone_device *, unsigned long *); member
/linux-3.4.99/drivers/thermal/
Dthermal_sys.c114 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()
Dspear_thermal.c54 .get_temp = thermal_get_temp,
/linux-3.4.99/drivers/platform/x86/
Dintel_mid_thermal.c461 .get_temp = read_curr_temp,
Dacerhdf.c427 .get_temp = acerhdf_get_ec_temp,
/linux-3.4.99/Documentation/thermal/
Dsysfs-api.txt47 .get_temp: get the current temperature of the thermal zone.
/linux-3.4.99/drivers/acpi/
Dthermal.c818 .get_temp = thermal_get_temp,