Lines Matching refs:temperature
127 unsigned long temperature; member
132 unsigned long temperature; member
137 unsigned long temperature; member
146 unsigned long temperature; member
166 unsigned long temperature; member
193 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
199 tz->temperature = tmp; in acpi_thermal_get_temperature()
201 tz->temperature)); in acpi_thermal_get_temperature()
277 tz->trips.critical.temperature = tmp; in acpi_thermal_trips_update()
296 tz->trips.critical.temperature)); in acpi_thermal_trips_update()
307 if (crt_k > tz->trips.critical.temperature) in acpi_thermal_trips_update()
310 tz->trips.critical.temperature = crt_k; in acpi_thermal_trips_update()
324 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update()
328 tz->trips.hot.temperature)); in acpi_thermal_trips_update()
349 tz->trips.passive.temperature = tmp; in acpi_thermal_trips_update()
418 tz->trips.active[0].temperature = in acpi_thermal_trips_update()
425 tz->trips.active[i - 1].temperature = in acpi_thermal_trips_update()
426 (tz->trips.active[i - 2].temperature < in acpi_thermal_trips_update()
428 tz->trips.active[i - 2].temperature : in acpi_thermal_trips_update()
432 tz->trips.active[i].temperature = tmp; in acpi_thermal_trips_update()
514 *temp = deci_kelvin_to_millicelsius_with_offset(tz->temperature, in thermal_get_temp()
576 tz->trips.critical.temperature, in thermal_get_trip_temp()
586 tz->trips.hot.temperature, in thermal_get_trip_temp()
596 tz->trips.passive.temperature, in thermal_get_trip_temp()
607 tz->trips.active[i].temperature, in thermal_get_trip_temp()
618 int *temperature) in thermal_get_crit_temp() argument
623 *temperature = deci_kelvin_to_millicelsius_with_offset( in thermal_get_crit_temp()
624 tz->trips.critical.temperature, in thermal_get_crit_temp()
644 tz->temperature, tz->kelvin_offset); in thermal_get_trend()
661 i = (tz->trips.passive.tc1 * (tz->temperature - tz->last_temperature)) in thermal_get_trend()
663 * (tz->temperature - tz->trips.passive.temperature)); in thermal_get_trend()
1013 (tz->trips.critical.temperature % 5) == 1) in acpi_thermal_guess_offset()
1078 acpi_device_bid(device), deci_kelvin_to_celsius(tz->temperature)); in acpi_thermal_add()