Lines Matching refs:temperature

96 	unsigned long temperature;  member
123 unsigned long temperature; member
149 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
155 tz->temperature = tmp; in acpi_thermal_get_temperature()
158 tz->temperature); in acpi_thermal_get_temperature()
202 tz->trips.critical.temperature = tmp; in __acpi_thermal_trips_update()
220 tz->trips.critical.temperature); in __acpi_thermal_trips_update()
231 if (crt_k > tz->trips.critical.temperature) in __acpi_thermal_trips_update()
234 tz->trips.critical.temperature = crt_k; in __acpi_thermal_trips_update()
247 tz->trips.hot.temperature = tmp; in __acpi_thermal_trips_update()
251 tz->trips.hot.temperature); in __acpi_thermal_trips_update()
272 tz->trips.passive.trip.temperature = tmp; in __acpi_thermal_trips_update()
343 tz->trips.active[0].trip.temperature = in __acpi_thermal_trips_update()
350 tz->trips.active[i-1].trip.temperature = in __acpi_thermal_trips_update()
352 tz->trips.active[i-2].trip.temperature, in __acpi_thermal_trips_update()
357 tz->trips.active[i].trip.temperature = tmp; in __acpi_thermal_trips_update()
411 trip->temperature = acpi_thermal_temp(tz, acpi_trip->temperature); in acpi_thermal_adjust_trip()
413 trip->temperature = THERMAL_TEMP_INVALID; in acpi_thermal_adjust_trip()
489 *temp = deci_kelvin_to_millicelsius_with_offset(tz->temperature, in thermal_get_temp()
511 t = tz->trips.passive.tc1 * (tz->temperature - in thermal_get_trend()
513 tz->trips.passive.tc2 * (tz->temperature - in thermal_get_trend()
514 acpi_trip->temperature); in thermal_get_trend()
525 t = acpi_thermal_temp(tz, tz->temperature); in thermal_get_trend()
526 if (t <= trip->temperature) in thermal_get_trend()
713 trip->temperature = acpi_thermal_temp(tz, tz->trips.critical.temperature); in acpi_thermal_register_thermal_zone()
719 trip->temperature = acpi_thermal_temp(tz, tz->trips.hot.temperature); in acpi_thermal_register_thermal_zone()
726 trip->temperature = acpi_thermal_temp(tz, acpi_trip->temperature); in acpi_thermal_register_thermal_zone()
738 trip->temperature = acpi_thermal_temp(tz, acpi_trip->temperature); in acpi_thermal_register_thermal_zone()
892 (tz->trips.critical.temperature % 5) == 1) in acpi_thermal_guess_offset()
956 acpi_device_bid(device), deci_kelvin_to_celsius(tz->temperature)); in acpi_thermal_add()