Lines Matching refs:trb
218 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
219 TP_ARGS(dep, trb),
222 __field(struct dwc3_trb *, trb)
233 __entry->trb = trb;
234 __entry->bpl = trb->bpl;
235 __entry->bph = trb->bph;
236 __entry->size = trb->size;
237 __entry->ctrl = trb->ctrl;
241 __get_str(name), __entry->trb, __entry->bph, __entry->bpl,
275 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
276 TP_ARGS(dep, trb)
280 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
281 TP_ARGS(dep, trb)