Home
last modified time | relevance | path

Searched refs:zone_adev (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c66 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()
203 struct acpi_device *zone_adev = int34x_zone->adev; in int340x_update_one_trip() local
208 err = thermal_acpi_critical_trip_temp(zone_adev, &temp); in int340x_update_one_trip()
211 err = thermal_acpi_hot_trip_temp(zone_adev, &temp); in int340x_update_one_trip()
214 err = thermal_acpi_passive_trip_temp(zone_adev, &temp); in int340x_update_one_trip()
217 err = thermal_acpi_active_trip_temp(zone_adev, in int340x_update_one_trip()
[all...]