Searched refs:THERMAL_MAX_TRIPS (Results 1 – 2 of 2) sorted by relevance
21 #define THERMAL_MAX_TRIPS 12 macro
1409 if (trips > THERMAL_MAX_TRIPS || trips < 0 || mask >> trips) { in thermal_zone_device_register()