Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c70 static int int340x_thermal_read_trips(struct acpi_device *zone_adev, in int340x_thermal_read_trips() argument
76 ret = thermal_acpi_critical_trip_temp(zone_adev, in int340x_thermal_read_trips()
83 ret = thermal_acpi_hot_trip_temp(zone_adev, in int340x_thermal_read_trips()
90 ret = thermal_acpi_passive_trip_temp(zone_adev, in int340x_thermal_read_trips()
98 ret = thermal_acpi_active_trip_temp(zone_adev, i, in int340x_thermal_read_trips()
217 struct acpi_device *zone_adev = int34x_zone->adev; in int340x_thermal_update_trips() local
230 err = thermal_acpi_critical_trip_temp(zone_adev, &temp); in int340x_thermal_update_trips()
233 err = thermal_acpi_hot_trip_temp(zone_adev, &temp); in int340x_thermal_update_trips()
236 err = thermal_acpi_passive_trip_temp(zone_adev, &temp); in int340x_thermal_update_trips()
239 err = thermal_acpi_active_trip_temp(zone_adev, act_trip_nr++, in int340x_thermal_update_trips()