Lines Matching refs:critical
124 u8 critical:1; member
164 struct acpi_thermal_critical critical; member
293 tz->trips.critical.temperature = tmp; in acpi_thermal_trips_update()
301 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
307 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
309 tz->trips.critical.flags.valid = 1; in acpi_thermal_trips_update()
312 tz->trips.critical.temperature)); in acpi_thermal_trips_update()
314 if (tz->trips.critical.flags.valid == 1) { in acpi_thermal_trips_update()
316 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
322 if (crt_k > tz->trips.critical.temperature) in acpi_thermal_trips_update()
325 tz->trips.critical.temperature = crt_k; in acpi_thermal_trips_update()
502 valid = tz->trips.critical.flags.valid | in acpi_thermal_get_trip_points()
598 if (tz->trips.critical.flags.valid) { in thermal_get_trip_type()
643 if (tz->trips.critical.flags.valid) { in thermal_get_trip_temp()
646 tz->trips.critical.temperature, in thermal_get_trip_temp()
692 if (tz->trips.critical.flags.valid) { in thermal_get_crit_temp()
694 tz->trips.critical.temperature, in thermal_get_crit_temp()
781 if (tz->trips.critical.flags.valid) in acpi_thermal_cooling_device_cb()
891 if (tz->trips.critical.flags.valid) in acpi_thermal_register_thermal_zone()
1062 if (tz->trips.critical.flags.valid && in acpi_thermal_guess_offset()
1063 (tz->trips.critical.temperature % 5) == 1) in acpi_thermal_guess_offset()