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