Lines Matching refs:tz
13 TP_PROTO(struct thermal_zone_device *tz),
15 TP_ARGS(tz),
18 __string(thermal_zone, tz->type)
25 __assign_str(thermal_zone, tz->type);
26 __entry->id = tz->id;
27 __entry->temp_prev = tz->last_temperature;
28 __entry->temp = tz->temperature;
57 TP_PROTO(struct thermal_zone_device *tz, int trip,
60 TP_ARGS(tz, trip, trip_type),
63 __string(thermal_zone, tz->type)
70 __assign_str(thermal_zone, tz->type);
71 __entry->id = tz->id;