Lines Matching refs:hot
109 u8 hot:1; member
149 struct acpi_thermal_hot hot; member
315 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update()
319 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update()
320 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update()
323 tz->trips.hot.temperature); in acpi_thermal_trips_update()
484 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points()
533 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type()
579 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp()
582 tz->trips.hot.temperature, in thermal_get_trip_temp()
707 if (tz->trips.hot.flags.valid) in acpi_thermal_cooling_device_cb()
786 .hot = acpi_thermal_zone_device_hot,
800 if (tz->trips.hot.flags.valid) in acpi_thermal_register_thermal_zone()