Lines Matching full:hot
112 u8 hot:1; member
152 struct acpi_thermal_hot hot; member
318 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update()
320 "No hot threshold\n")); in acpi_thermal_trips_update()
322 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update()
323 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update()
325 "Found hot threshold [%lu]\n", in acpi_thermal_trips_update()
326 tz->trips.hot.temperature)); in acpi_thermal_trips_update()
485 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points()
542 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type()
589 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp()
592 tz->trips.hot.temperature, in thermal_get_trip_temp()
720 if (tz->trips.hot.flags.valid) in acpi_thermal_cooling_device_cb()
828 if (tz->trips.hot.flags.valid) in acpi_thermal_register_thermal_zone()