Lines Matching refs:critical
111 u8 critical:1; member
151 struct acpi_thermal_critical critical; member
277 tz->trips.critical.temperature = tmp; in acpi_thermal_trips_update()
285 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
291 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
293 tz->trips.critical.flags.valid = 1; in acpi_thermal_trips_update()
296 tz->trips.critical.temperature)); in acpi_thermal_trips_update()
298 if (tz->trips.critical.flags.valid == 1) { in acpi_thermal_trips_update()
300 tz->trips.critical.flags.valid = 0; 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()
486 valid = tz->trips.critical.flags.valid | in acpi_thermal_get_trip_points()
528 if (tz->trips.critical.flags.valid) { in thermal_get_trip_type()
573 if (tz->trips.critical.flags.valid) { in thermal_get_trip_temp()
576 tz->trips.critical.temperature, in thermal_get_trip_temp()
622 if (tz->trips.critical.flags.valid) { in thermal_get_crit_temp()
624 tz->trips.critical.temperature, in thermal_get_crit_temp()
711 if (tz->trips.critical.flags.valid) in acpi_thermal_cooling_device_cb()
819 if (tz->trips.critical.flags.valid) in acpi_thermal_register_thermal_zone()
1012 if (tz->trips.critical.flags.valid && in acpi_thermal_guess_offset()
1013 (tz->trips.critical.temperature % 5) == 1) in acpi_thermal_guess_offset()