Home
last modified time | relevance | path

Searched refs:thermal_temp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/
H A Dthermal_lib.c76 static int thermal_temp(int error, int temp_decik, int *ret_temp) in thermal_temp() function
106 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_active_trip_temp()
125 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_passive_trip_temp()
145 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_hot_trip_temp()
164 return thermal_temp(ret, temp_decik, ret_temp); in thermal_acpi_critical_trip_temp()
/linux/drivers/scsi/qla2xxx/
H A Dqla_attr.c2448 static DEVICE_ATTR(thermal_temp, S_IRUGO, qla2x00_thermal_temp_show, NULL);