Lines Matching refs:critical
128 u8 critical:1; member
168 struct acpi_thermal_critical critical; member
297 tz->trips.critical.temperature = tmp; in acpi_thermal_trips_update()
305 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
311 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
313 tz->trips.critical.flags.valid = 1; in acpi_thermal_trips_update()
316 tz->trips.critical.temperature)); in acpi_thermal_trips_update()
318 if (tz->trips.critical.flags.valid == 1) { in acpi_thermal_trips_update()
320 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
326 if (crt_k > tz->trips.critical.temperature) in acpi_thermal_trips_update()
329 tz->trips.critical.temperature = crt_k; in acpi_thermal_trips_update()
506 valid = tz->trips.critical.flags.valid | in acpi_thermal_get_trip_points()
603 if (tz->trips.critical.flags.valid) { in thermal_get_trip_type()
648 if (tz->trips.critical.flags.valid) { in thermal_get_trip_temp()
651 tz->trips.critical.temperature, in thermal_get_trip_temp()
696 if (tz->trips.critical.flags.valid) { in thermal_get_crit_temp()
698 tz->trips.critical.temperature, in thermal_get_crit_temp()
785 if (tz->trips.critical.flags.valid) in acpi_thermal_cooling_device_cb()
892 if (tz->trips.critical.flags.valid) in acpi_thermal_register_thermal_zone()
1063 if (tz->trips.critical.flags.valid && in acpi_thermal_guess_offset()
1064 (tz->trips.critical.temperature % 5) == 1) in acpi_thermal_guess_offset()