Searched refs:DWC3_BOUNCE_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | gadget.c | 3963 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 D | core.h | 38 #define DWC3_BOUNCE_SIZE 1024 /* size of a superspeed bulk */ macro
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | gadget.c | 4597 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 D | core.h | 40 #define DWC3_BOUNCE_SIZE 1024 /* size of a superspeed bulk */ macro
|
Completed in 18 milliseconds