Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dcore.c101 if (!vhub->ep0_bufs) in ast_vhub_irq()
288 if (vhub->ep0_bufs) in ast_vhub_remove()
292 vhub->ep0_bufs, in ast_vhub_remove()
294 vhub->ep0_bufs = NULL; in ast_vhub_remove()
397 vhub->ep0_bufs = dma_alloc_coherent(&pdev->dev, in ast_vhub_probe()
401 if (!vhub->ep0_bufs) { in ast_vhub_probe()
407 vhub->ep0_bufs, (u32)vhub->ep0_bufs_dma); in ast_vhub_probe()
H A Dep0.c511 ep->buf = vhub->ep0_bufs + in ast_vhub_init_ep0()
518 ep->buf = vhub->ep0_bufs; in ast_vhub_init_ep0()
H A Dvhub.h394 void *ep0_bufs; member