Home
last modified time | relevance | path

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

/drivers/thermal/
A Dthermal_trip.c19 const char *thermal_trip_type_name(enum thermal_trip_type trip_type) in thermal_trip_type_name() argument
21 if (trip_type < THERMAL_TRIP_ACTIVE || trip_type > THERMAL_TRIP_CRITICAL) in thermal_trip_type_name()
24 return trip_type_names[trip_type]; in thermal_trip_type_name()
A Dthermal_trace.h73 enum thermal_trip_type trip_type),
75 TP_ARGS(tz, trip, trip_type),
81 __field(enum thermal_trip_type, trip_type)
88 __entry->trip_type = trip_type;
93 show_tzt_type(__entry->trip_type))
A Dthermal_netlink.c68 int trip_type; member
160 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_TYPE, p->trip_type) || in thermal_genl_event_tz_trip_change()
404 .trip_type = trip->type, in thermal_notify_tz_trip_change()
A Dthermal_core.h276 const char *thermal_trip_type_name(enum thermal_trip_type trip_type);

Completed in 9 milliseconds