Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dthermal.h73 #define THERMAL_MAX_TRIPS 12 macro
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c1067 if (trips > THERMAL_MAX_TRIPS || trips < 0) in thermal_zone_device_register()