Home
last modified time | relevance | path

Searched refs:cdns2_trb (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.h443 struct cdns2_trb { struct
449 #define TRB_SIZE (sizeof(struct cdns2_trb)) argument
516 struct cdns2_trb *trbs;
581 struct cdns2_trb *wa1_trb;
601 struct cdns2_trb *trb;
692 struct cdns2_trb *trb);
Dcdns2-gadget.c101 struct cdns2_trb *trb) in cdns2_trb_virt_to_dma()
123 struct cdns2_trb *link_trb; in cdns2_alloc_tr_segment()
228 static struct cdns2_trb *cdns2_next_trb(struct cdns2_endpoint *pep, in cdns2_next_trb()
229 struct cdns2_trb *trb) in cdns2_next_trb()
282 struct cdns2_trb *trb) in cdns2_wa1_update_guard()
320 struct cdns2_trb *link_trb = NULL; in cdns2_prepare_ring()
367 struct cdns2_trb *link_trb = pep->ring.trbs + (TRBS_PER_SEGMENT - 1); in cdns2_dbg_request_trbs()
368 struct cdns2_trb *trb = preq->trb; in cdns2_dbg_request_trbs()
505 struct cdns2_trb *trb; in cdns2_ep_tx_isoc()
621 struct cdns2_trb *trb; in cdns2_ep_tx_bulk()
[all …]
Dcdns2-trace.h403 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
407 __field(struct cdns2_trb *, trb)
429 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
434 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
456 (struct cdns2_trb *)__get_str(tr_seg),
Dcdns2-debug.h99 struct cdns2_trb *trbs, in cdns2_raw_ring()
103 struct cdns2_trb *trb; in cdns2_raw_ring()