Searched refs:ep0_bufs (Results 1 – 3 of 3) sorted by relevance
103 if (!vhub->ep0_bufs) in ast_vhub_irq()293 if (vhub->ep0_bufs) in ast_vhub_remove()297 vhub->ep0_bufs, in ast_vhub_remove()299 vhub->ep0_bufs = NULL; in ast_vhub_remove()366 vhub->ep0_bufs = dma_alloc_coherent(&pdev->dev, in ast_vhub_probe()370 if (!vhub->ep0_bufs) { in ast_vhub_probe()376 vhub->ep0_bufs, (u32)vhub->ep0_bufs_dma); in ast_vhub_probe()
485 ep->buf = vhub->ep0_bufs + in ast_vhub_init_ep0()492 ep->buf = vhub->ep0_bufs; in ast_vhub_init_ep0()
386 void *ep0_bufs; member