Searched refs:zone_adev (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 66 static int int340x_thermal_read_trips(struct acpi_device *zone_adev, in int340x_thermal_read_trips() argument 72 ret = thermal_acpi_critical_trip_temp(zone_adev, in int340x_thermal_read_trips() 79 ret = thermal_acpi_hot_trip_temp(zone_adev, in int340x_thermal_read_trips() 86 ret = thermal_acpi_passive_trip_temp(zone_adev, in int340x_thermal_read_trips() 94 ret = thermal_acpi_active_trip_temp(zone_adev, i, in int340x_thermal_read_trips() 204 struct acpi_device *zone_adev = int34x_zone->adev; in int340x_update_one_trip() local 209 err = thermal_acpi_critical_trip_temp(zone_adev, &temp); in int340x_update_one_trip() 212 err = thermal_acpi_hot_trip_temp(zone_adev, &temp); in int340x_update_one_trip() 215 err = thermal_acpi_passive_trip_temp(zone_adev, &temp); in int340x_update_one_trip() 218 err = thermal_acpi_active_trip_temp(zone_adev, in int340x_update_one_trip()
|