Lines Matching refs:pep
129 TP_PROTO(struct cdns2_endpoint *pep, u32 ep_trbaddr),
130 TP_ARGS(pep, ep_trbaddr),
132 __string(name, pep->num ? pep->name :
133 (pep->dir ? "ep0in" : "ep0out"))
137 __assign_str(name, pep->name);
145 TP_PROTO(struct cdns2_endpoint *pep, u32 ep_trbaddr),
146 TP_ARGS(pep, ep_trbaddr)
150 TP_PROTO(struct cdns2_endpoint *pep, u32 ep_trbaddr),
151 TP_ARGS(pep, ep_trbaddr)
190 TP_PROTO(struct cdns2_device *pdev, struct cdns2_endpoint *pep),
191 TP_ARGS(pdev, pep),
193 __string(ep_name, pep->name)
199 __assign_str(ep_name, pep->name);
212 TP_PROTO(struct cdns2_device *pdev, struct cdns2_endpoint *pep),
213 TP_ARGS(pdev, pep)
273 __string(name, preq->pep->name)
291 __assign_str(name, preq->pep->name);
377 __string(name, priv_req->pep->name)
383 __assign_str(name, priv_req->pep->name);
403 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
404 TP_ARGS(pep, trb),
406 __string(name, pep->name)
414 __assign_str(name, pep->name);
419 __entry->type = usb_endpoint_type(pep->endpoint.desc);
429 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
430 TP_ARGS(pep, trb)
434 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
435 TP_ARGS(pep, trb)
439 TP_PROTO(struct cdns2_endpoint *pep),
440 TP_ARGS(pep),
443 __dynamic_array(u8, pep, sizeof(struct cdns2_endpoint))
448 memcpy(__get_dynamic_array(pep), pep,
450 memcpy(__get_dynamic_array(tr_seg), pep->ring.trbs,
455 cdns2_raw_ring((struct cdns2_endpoint *)__get_str(pep),
462 TP_PROTO(struct cdns2_endpoint *pep),
463 TP_ARGS(pep)
467 TP_PROTO(struct cdns2_endpoint *pep),
468 TP_ARGS(pep),
470 __string(name, pep->name)
479 __assign_str(name, pep->name);
480 __entry->maxpacket = pep->endpoint.maxpacket;
481 __entry->maxpacket_limit = pep->endpoint.maxpacket_limit;
482 __entry->flags = pep->ep_state;
483 __entry->dir = pep->dir;
484 __entry->enqueue = pep->ring.enqueue;
485 __entry->dequeue = pep->ring.dequeue;
501 TP_PROTO(struct cdns2_endpoint *pep),
502 TP_ARGS(pep)
506 TP_PROTO(struct cdns2_endpoint *pep),
507 TP_ARGS(pep)
511 TP_PROTO(struct cdns2_endpoint *pep),
512 TP_ARGS(pep)
516 TP_PROTO(struct cdns2_endpoint *pep),
517 TP_ARGS(pep)
537 __entry->dequeue_idx = priv_req->pep->ring.dequeue;
538 __entry->enqueue_idx = priv_req->pep->ring.enqueue;
559 TP_PROTO(struct cdns2_device *pdev, struct cdns2_endpoint *pep),
560 TP_ARGS(pdev, pep),
562 __string(ep_name, pep->name)
571 __assign_str(ep_name, pep->name);
572 __entry->burst_size = pep->trb_burst_size;
573 __entry->maxpack_reg = pep->dir ? readw(&pdev->epx_regs->txmaxpack[pep->num - 1]) :
574 readw(&pdev->epx_regs->rxmaxpack[pep->num - 1]);
575 __entry->con_reg = pep->dir ? readb(&pdev->epx_regs->ep[pep->num - 1].txcon) :
576 readb(&pdev->epx_regs->ep[pep->num - 1].rxcon);
591 TP_PROTO(struct cdns2_device *pdev, struct cdns2_endpoint *pep),
592 TP_ARGS(pdev, pep)