Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Ddb8500_thermal.h34 struct db8500_trip_point trip_points[THERMAL_MAX_TRIPS];
/Linux-v4.19/include/linux/
Dthermal.h21 #define THERMAL_MAX_TRIPS 12 macro
/Linux-v4.19/drivers/thermal/
Ddb8500_thermal.c331 if (tmp_data > THERMAL_MAX_TRIPS) in db8500_thermal_parse_dt()
Dthermal_core.c1193 if (trips > THERMAL_MAX_TRIPS || trips < 0 || mask >> trips) in thermal_zone_device_register()