Home
last modified time | relevance | path

Searched refs:async_next (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/usb/
Dehci_def.h114 u32 async_next; /* address of next async queue head */ member
/linux-4.4.14/drivers/usb/host/
Dehci-fsl.c439 pdata->pm_async_next = ehci_readl(ehci, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_suspend()
505 ehci_writel(ehci, pdata->pm_async_next, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_resume()
Doxu210hp.h131 u32 async_next; /* address of next async queue head */ member
Dfotg210.h267 u32 async_next; /* address of next async queue head */ member
Dehci-hcd.c583 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
Dehci-hub.c414 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
Dehci-q.c1308 &ehci->regs->async_next); in end_unlink_async()
Doxu210hp-hcd.c2716 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run()
3546 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
Dfotg210-hcd.c5057 &fotg210->regs->async_next); in fotg210_run()