Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.h30 enum thermal_trip_type trip_types[2]; member
H A Dintel_soc_dts_iosf.c176 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
205 dts->trip_types[trip]); in sys_set_trip_temp()
218 *type = dts->trip_types[trip]; in sys_get_trip_type()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_of.c58 static const char * const trip_types[] = { variable
71 * and store its index in trip_types table in @type,
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()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_of.c762 static const char * const trip_types[] = { variable
775 * and store its index in trip_types table in @type,
789 for (i = 0; i < ARRAY_SIZE(trip_types); i++) in thermal_of_get_trip_type()
790 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()

Completed in 3 milliseconds