Home
last modified time | relevance | path

Searched defs:cdns3_endpoint (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-gadget.h1135 struct cdns3_endpoint { struct
1136 struct usb_ep endpoint;
1137 struct list_head pending_req_list;
1138 struct list_head deferred_req_list;
1139 struct list_head wa2_descmiss_req_list;
1140 int wa2_counter;
1142 struct cdns3_trb *trb_pool;
1143 dma_addr_t trb_pool_dma;
1145 struct cdns3_device *cdns3_dev;
1146 char name[20];
[all …]