Lines Matching full:hot
111 u8 hot:1; member
151 struct acpi_thermal_hot hot; member
317 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update()
319 "No hot threshold\n")); in acpi_thermal_trips_update()
321 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update()
322 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update()
324 "Found hot threshold [%lu]\n", in acpi_thermal_trips_update()
325 tz->trips.hot.temperature)); in acpi_thermal_trips_update()
484 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points()
588 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type()
635 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp()
638 tz->trips.hot.temperature, in thermal_get_trip_temp()
766 if (tz->trips.hot.flags.valid) in acpi_thermal_cooling_device_cb()
876 if (tz->trips.hot.flags.valid) in acpi_thermal_register_thermal_zone()