Lines Matching full:hot
112 u8 hot:1; member
152 struct acpi_thermal_hot hot; member
320 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update()
322 "No hot threshold\n")); in acpi_thermal_trips_update()
324 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update()
325 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update()
327 "Found hot threshold [%lu]\n", in acpi_thermal_trips_update()
328 tz->trips.hot.temperature)); in acpi_thermal_trips_update()
487 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points()
536 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type()
583 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp()
586 tz->trips.hot.temperature, in thermal_get_trip_temp()
714 if (tz->trips.hot.flags.valid) in acpi_thermal_cooling_device_cb()
822 if (tz->trips.hot.flags.valid) in acpi_thermal_register_thermal_zone()