Home
last modified time | relevance | path

Searched refs:DWC3_BOUNCE_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.c3963 dwc->bounce = dma_alloc_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, in dwc3_gadget_init()
4035 dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce, in dwc3_gadget_init()
4059 dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce, in dwc3_gadget_exit()
H A Dcore.h38 #define DWC3_BOUNCE_SIZE 1024 /* size of a superspeed bulk */ macro
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c4597 dwc->bounce = dma_alloc_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, in dwc3_gadget_init()
4675 dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce, in dwc3_gadget_init()
4699 dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce, in dwc3_gadget_exit()
H A Dcore.h40 #define DWC3_BOUNCE_SIZE 1024 /* size of a superspeed bulk */ macro

Completed in 18 milliseconds