Lines Matching refs:thermal_zone
117 struct thermal_zone_device *thermal_zone; member
317 thermal_zone_set_trip_temp(tz->thermal_zone, trip, temp); in acpi_thermal_adjust_trip()
340 thermal_zone_for_each_trip(tz->thermal_zone, in acpi_thermal_trips_update()
594 struct device *tzdev = thermal_zone_device(tz->thermal_zone); in acpi_thermal_zone_sysfs_add()
612 struct device *tzdev = thermal_zone_device(tz->thermal_zone); in acpi_thermal_zone_sysfs_remove()
626 tz->thermal_zone = thermal_zone_device_register_with_trips( in acpi_thermal_register_thermal_zone()
631 tz->thermal_zone = thermal_tripless_zone_device_register( in acpi_thermal_register_thermal_zone()
634 if (IS_ERR(tz->thermal_zone)) in acpi_thermal_register_thermal_zone()
635 return PTR_ERR(tz->thermal_zone); in acpi_thermal_register_thermal_zone()
641 result = thermal_zone_device_enable(tz->thermal_zone); in acpi_thermal_register_thermal_zone()
646 thermal_zone_device_id(tz->thermal_zone)); in acpi_thermal_register_thermal_zone()
653 thermal_zone_device_unregister(tz->thermal_zone); in acpi_thermal_register_thermal_zone()
660 thermal_zone_device_disable(tz->thermal_zone); in acpi_thermal_unregister_thermal_zone()
662 thermal_zone_device_unregister(tz->thermal_zone); in acpi_thermal_unregister_thermal_zone()
663 tz->thermal_zone = NULL; in acpi_thermal_unregister_thermal_zone()
762 thermal_zone_device_update(tz->thermal_zone, THERMAL_EVENT_UNSPECIFIED); in acpi_thermal_check_fn()