Searched refs:trip_types (Results 1 – 1 of 1) sorted by relevance
58 static const char * const trip_types[] = { variable85 for (i = 0; i < ARRAY_SIZE(trip_types); i++) in thermal_of_get_trip_type()86 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()