Searched refs:zone_trips (Results 1 – 1 of 1) sorted by relevance
67 struct thermal_trip *zone_trips, in int340x_thermal_read_trips() argument73 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()75 zone_trips[trip_cnt].type = THERMAL_TRIP_CRITICAL; in int340x_thermal_read_trips()80 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()82 zone_trips[trip_cnt].type = THERMAL_TRIP_HOT; in int340x_thermal_read_trips()87 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()89 zone_trips[trip_cnt].type = THERMAL_TRIP_PASSIVE; in int340x_thermal_read_trips()95 &zone_trips[trip_cnt].temperature); in int340x_thermal_read_trips()99 zone_trips[trip_cnt].type = THERMAL_TRIP_ACTIVE; in int340x_thermal_read_trips()100 zone_trips[trip_cnt].priv = THERMAL_INT_TO_TRIP_PRIV(i); in int340x_thermal_read_trips()[all …]