Lines Matching refs:hot
109 u8 hot:1; member
149 struct acpi_thermal_hot hot; member
318 tz->trips.hot.flags.valid = 0; 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()
326 tz->trips.hot.temperature); in acpi_thermal_trips_update()
486 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points()
535 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type()
582 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp()
585 tz->trips.hot.temperature, in thermal_get_trip_temp()
710 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()