Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Ddb8500_thermal.h34 struct db8500_trip_point trip_points[THERMAL_MAX_TRIPS];
/linux-4.1.27/include/linux/
Dthermal.h35 #define THERMAL_MAX_TRIPS 12 macro
/linux-4.1.27/drivers/thermal/
Ddb8500_thermal.c332 if (tmp_data > THERMAL_MAX_TRIPS) in db8500_thermal_parse_dt()
Dthermal_core.c1502 if (trips > THERMAL_MAX_TRIPS || trips < 0 || mask >> trips) in thermal_zone_device_register()