Searched refs:THERMAL_MAX_TRIPS (Results 1 – 4 of 4) sorted by relevance
34 struct db8500_trip_point trip_points[THERMAL_MAX_TRIPS];
35 #define THERMAL_MAX_TRIPS 12 macro
332 if (tmp_data > THERMAL_MAX_TRIPS) in db8500_thermal_parse_dt()
1502 if (trips > THERMAL_MAX_TRIPS || trips < 0 || mask >> trips) in thermal_zone_device_register()