Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dthermal.h21 #define THERMAL_MAX_TRIPS 12 macro
/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_core.c1409 if (trips > THERMAL_MAX_TRIPS || trips < 0 || mask >> trips) { in thermal_zone_device_register()