Searched refs:trip_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | thermal_trace.h | 73 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))
|
D | thermal_trip.c | 19 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()
|
D | thermal_netlink.c | 62 int trip_type; member 152 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_TYPE, p->trip_type) || in thermal_genl_event_tz_trip_change() 357 .trip_type = trip->type, in thermal_notify_tz_trip_change()
|
D | thermal_core.h | 258 const char *thermal_trip_type_name(enum thermal_trip_type trip_type);
|
/linux-6.12.1/tools/thermal/tmon/ |
D | tmon.h | 58 enum trip_type { enum 67 enum trip_type type;
|
D | sysfs.c | 126 int trip_type; in get_trip_point_data() local 133 trip_type = str_to_trip_type(temp_str); in get_trip_point_data() 134 if (trip_type < 0) { in get_trip_point_data() 138 ptdata.tzi[tzid].tp[tpid].type = trip_type; in get_trip_point_data() 140 tpid, temp_str, trip_type); in get_trip_point_data()
|