Lines Matching refs:trb
213 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
214 TP_ARGS(dep, trb),
217 __field(struct dwc3_trb *, trb)
225 __entry->trb = trb;
226 __entry->bpl = trb->bpl;
227 __entry->bph = trb->bph;
228 __entry->size = trb->size;
229 __entry->ctrl = trb->ctrl;
232 __get_str(name), __entry->trb, __entry->bph, __entry->bpl,
238 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
239 TP_ARGS(dep, trb)
243 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
244 TP_ARGS(dep, trb)