Searched refs:xusb_req (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/gadget/udc/ |
D | udc-xilinx.c | 112 #define to_xusb_req(req) container_of((req), struct xusb_req, usb_req) 120 struct xusb_req { struct 187 struct xusb_req *req; 380 static int xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_send() 434 static int xudc_dma_receive(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_receive() 483 static int xudc_eptxrx(struct xusb_ep *ep, struct xusb_req *req, in xudc_eptxrx() 551 static void xudc_done(struct xusb_ep *ep, struct xusb_req *req, int status) in xudc_done() 586 static int xudc_read_fifo(struct xusb_ep *ep, struct xusb_req *req) in xudc_read_fifo() 676 static int xudc_write_fifo(struct xusb_ep *ep, struct xusb_req *req) in xudc_write_fifo() 736 struct xusb_req *req; in xudc_nuke() [all …]
|