Home
last modified time | relevance | path

Searched refs:ep0_bounce (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/dwc3/
Dgadget.c2772 dwc->ep0_bounce = dma_alloc_coherent(dwc->dev, in dwc3_gadget_init()
2775 if (!dwc->ep0_bounce) { in dwc3_gadget_init()
2835 dwc->ep0_bounce, dwc->ep0_bounce_addr); in dwc3_gadget_init()
2861 dwc->ep0_bounce, dwc->ep0_bounce_addr); in dwc3_gadget_exit()
Dcore.h736 void *ep0_bounce; member
Dep0.c854 memcpy(buf, dwc->ep0_bounce, transferred); in dwc3_ep0_complete_data()