Lines Matching refs:hot
115 struct acpi_thermal_trip hot; member
243 tz->trips.hot.valid = false; in __acpi_thermal_trips_update()
247 tz->trips.hot.temperature = tmp; in __acpi_thermal_trips_update()
248 tz->trips.hot.valid = true; in __acpi_thermal_trips_update()
251 tz->trips.hot.temperature); in __acpi_thermal_trips_update()
462 tz->trips.hot.valid | in acpi_thermal_get_trip_points()
576 if (tz->trips.hot.valid) in acpi_thermal_cooling_device_cb()
652 .hot = acpi_thermal_zone_device_hot,
694 if (tz->trips.hot.valid) in acpi_thermal_register_thermal_zone()
717 if (tz->trips.hot.valid) { in acpi_thermal_register_thermal_zone()
719 trip->temperature = acpi_thermal_temp(tz, tz->trips.hot.temperature); in acpi_thermal_register_thermal_zone()