Searched refs:xudc_dma_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 364 * xudc_dma_send - Sends IN data using DMA. 375 static int xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_send() function 489 rc = xudc_dma_send(ep, req, bufferptr, bufferlen); in xudc_eptxrx()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 365 * xudc_dma_send - Sends IN data using DMA. 376 static int xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_send() function 490 rc = xudc_dma_send(ep, req, bufferptr, bufferlen); in xudc_eptxrx()
|
Completed in 6 milliseconds