Searched refs:trip_type (Results 1 – 4 of 4) sorted by relevance
19 const char *thermal_trip_type_name(enum thermal_trip_type trip_type) in thermal_trip_type_name() argument21 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()
68 int trip_type; member160 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()
126 int trip_type; in get_trip_point_data() local133 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()
58 enum trip_type { enum67 enum trip_type type;