Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h22 #define THERMAL_MAX_TRIPS 12 macro
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c1402 if (trips > THERMAL_MAX_TRIPS || trips < 0 || mask >> trips) { in thermal_zone_device_register()