Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c58 static const char * const trip_types[] = { variable
85 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()