Home
last modified time | relevance | path

Searched refs:zone_trips (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c71 struct thermal_trip *zone_trips, in int340x_thermal_read_trips()
77 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()
79 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips()
84 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()
86 zone_trips[trip_cnt].type = THERMAL_TRIP_HOT; in int340x_thermal_read_trips()
91 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()
93 zone_trips[trip_cnt].type = THERMAL_TRIP_PASSIVE; in int340x_thermal_read_trips()
99 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()
103 zone_trips[trip_cnt].type = THERMAL_TRIP_ACTIVE; in int340x_thermal_read_trips()
119 struct thermal_trip *zone_trips; in int340x_thermal_zone_add() local
70 int340x_thermal_read_trips(struct acpi_device *zone_adev, struct thermal_trip *zone_trips, int trip_cnt) int340x_thermal_read_trips() argument
218 struct thermal_trip *zone_trips = int34x_zone->trips; int340x_thermal_update_trips() local
[all...]

Completed in 1 milliseconds