Lines Matching refs:dep
104 __string(name, req->dep->name)
114 __assign_str(name, req->dep->name);
183 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd,
185 TP_ARGS(dep, cmd, params, cmd_status),
187 __string(name, dep->name)
195 __assign_str(name, dep->name);
211 TP_PROTO(struct dwc3_ep *dep, unsigned int cmd,
213 TP_ARGS(dep, cmd, params, cmd_status)
217 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
218 TP_ARGS(dep, trb),
220 __string(name, dep->name)
231 __assign_str(name, dep->name);
237 __entry->type = usb_endpoint_type(dep->endpoint.desc);
272 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
273 TP_ARGS(dep, trb)
277 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
278 TP_ARGS(dep, trb)
282 TP_PROTO(struct dwc3_ep *dep),
283 TP_ARGS(dep),
285 __string(name, dep->name)
296 __assign_str(name, dep->name);
297 __entry->maxpacket = dep->endpoint.maxpacket;
298 __entry->maxpacket_limit = dep->endpoint.maxpacket_limit;
299 __entry->max_streams = dep->endpoint.max_streams;
300 __entry->maxburst = dep->endpoint.maxburst;
301 __entry->flags = dep->flags;
302 __entry->direction = dep->direction;
303 __entry->trb_enqueue = dep->trb_enqueue;
304 __entry->trb_dequeue = dep->trb_dequeue;
322 TP_PROTO(struct dwc3_ep *dep),
323 TP_ARGS(dep)
327 TP_PROTO(struct dwc3_ep *dep),
328 TP_ARGS(dep)