Searched refs:xusb_req (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 106 #define to_xusb_req(req) container_of((req), struct xusb_req, usb_req) 109 * struct xusb_req - Xilinx USB device request structure 114 struct xusb_req { struct 182 struct xusb_req *req; 376 static int xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_send() 430 static int xudc_dma_receive(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_receive() 479 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 *re [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 107 #define to_xusb_req(req) container_of((req), struct xusb_req, usb_req) 110 * struct xusb_req - Xilinx USB device request structure 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() 550 static void xudc_done(struct xusb_ep *ep, struct xusb_req *req, int status) in xudc_done() 585 static int xudc_read_fifo(struct xusb_ep *ep, struct xusb_req *req) in xudc_read_fifo() 675 static int xudc_write_fifo(struct xusb_ep *ep, struct xusb_req *re [all...] |
Completed in 5 milliseconds