Lines Matching refs:critical
110 u8 critical:1; member
150 struct acpi_thermal_critical critical; member
275 tz->trips.critical.temperature = tmp; in acpi_thermal_trips_update()
283 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
289 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
291 tz->trips.critical.flags.valid = 1; in acpi_thermal_trips_update()
294 tz->trips.critical.temperature)); in acpi_thermal_trips_update()
296 if (tz->trips.critical.flags.valid == 1) { in acpi_thermal_trips_update()
298 tz->trips.critical.flags.valid = 0; in acpi_thermal_trips_update()
304 if (crt_k > tz->trips.critical.temperature) in acpi_thermal_trips_update()
307 tz->trips.critical.temperature = crt_k; in acpi_thermal_trips_update()
483 valid = tz->trips.critical.flags.valid | in acpi_thermal_get_trip_points()
580 if (tz->trips.critical.flags.valid) { in thermal_get_trip_type()
625 if (tz->trips.critical.flags.valid) { in thermal_get_trip_temp()
628 tz->trips.critical.temperature, in thermal_get_trip_temp()
674 if (tz->trips.critical.flags.valid) { in thermal_get_crit_temp()
676 tz->trips.critical.temperature, in thermal_get_crit_temp()
763 if (tz->trips.critical.flags.valid) in acpi_thermal_cooling_device_cb()
873 if (tz->trips.critical.flags.valid) in acpi_thermal_register_thermal_zone()
1044 if (tz->trips.critical.flags.valid && in acpi_thermal_guess_offset()
1045 (tz->trips.critical.temperature % 5) == 1) in acpi_thermal_guess_offset()