Lines Matching refs:trb
217 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
218 TP_ARGS(dep, trb),
221 __field(struct dwc3_trb *, trb)
232 __entry->trb = trb;
233 __entry->bpl = trb->bpl;
234 __entry->bph = trb->bph;
235 __entry->size = trb->size;
236 __entry->ctrl = trb->ctrl;
240 __get_str(name), __entry->trb, __entry->bph, __entry->bpl,
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)