Searched refs:ep0_bufs (Results 1 – 3 of 3) sorted by relevance
101 if (!vhub->ep0_bufs) in ast_vhub_irq()286 if (vhub->ep0_bufs) in ast_vhub_remove()290 vhub->ep0_bufs, in ast_vhub_remove()292 vhub->ep0_bufs = NULL; in ast_vhub_remove()381 vhub->ep0_bufs = dma_alloc_coherent(&pdev->dev, in ast_vhub_probe()385 if (!vhub->ep0_bufs) { in ast_vhub_probe()391 vhub->ep0_bufs, (u32)vhub->ep0_bufs_dma); in ast_vhub_probe()
512 ep->buf = vhub->ep0_bufs + in ast_vhub_init_ep0()519 ep->buf = vhub->ep0_bufs; in ast_vhub_init_ep0()
393 void *ep0_bufs; member