Home
last modified time | relevance | path

Searched refs:ep0_bufs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H A Dcore.c106 if (!vhub->ep0_bufs) in ast_vhub_irq()
291 if (vhub->ep0_bufs) in ast_vhub_remove()
295 vhub->ep0_bufs, in ast_vhub_remove()
297 vhub->ep0_bufs = NULL; in ast_vhub_remove()
386 vhub->ep0_bufs = dma_alloc_coherent(&pdev->dev, in ast_vhub_probe()
390 if (!vhub->ep0_bufs) { in ast_vhub_probe()
396 vhub->ep0_bufs, (u32)vhub->ep0_bufs_dma); in ast_vhub_probe()
H A Dep0.c510 ep->buf = vhub->ep0_bufs + in ast_vhub_init_ep0()
517 ep->buf = vhub->ep0_bufs; in ast_vhub_init_ep0()
H A Dvhub.h393 void *ep0_bufs; member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Dcore.c100 if (!vhub->ep0_bufs) in ast_vhub_irq()
285 if (vhub->ep0_bufs) in ast_vhub_remove()
289 vhub->ep0_bufs, in ast_vhub_remove()
291 vhub->ep0_bufs = NULL; in ast_vhub_remove()
377 vhub->ep0_bufs = dma_alloc_coherent(&pdev->dev, in ast_vhub_probe()
381 if (!vhub->ep0_bufs) { in ast_vhub_probe()
387 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.h393 void *ep0_bufs; member

Completed in 5 milliseconds