Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/aspeed-vhub/
Dcore.c105 if (!vhub->ep0_bufs) in ast_vhub_irq()
295 if (vhub->ep0_bufs) in ast_vhub_remove()
299 vhub->ep0_bufs, in ast_vhub_remove()
301 vhub->ep0_bufs = NULL; in ast_vhub_remove()
367 vhub->ep0_bufs = dma_alloc_coherent(&pdev->dev, in ast_vhub_probe()
371 if (!vhub->ep0_bufs) { in ast_vhub_probe()
377 vhub->ep0_bufs, (u32)vhub->ep0_bufs_dma); in ast_vhub_probe()
Dep0.c510 ep->buf = vhub->ep0_bufs + in ast_vhub_init_ep0()
517 ep->buf = vhub->ep0_bufs; in ast_vhub_init_ep0()
Dvhub.h386 void *ep0_bufs; member