Searched refs:xusb_req (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/gadget/udc/ |
D | udc-xilinx.c | 107 #define to_xusb_req(req) container_of((req), struct xusb_req, usb_req) 115 struct xusb_req { struct 182 struct xusb_req *req; 375 static int xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_send() 429 static int xudc_dma_receive(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_receive() 478 static int xudc_eptxrx(struct xusb_ep *ep, struct xusb_req *req, in xudc_eptxrx() 546 static void xudc_done(struct xusb_ep *ep, struct xusb_req *req, int status) in xudc_done() 581 static int xudc_read_fifo(struct xusb_ep *ep, struct xusb_req *req) in xudc_read_fifo() 671 static int xudc_write_fifo(struct xusb_ep *ep, struct xusb_req *req) in xudc_write_fifo() 731 struct xusb_req *req; in xudc_nuke() [all …]
|