Lines Matching refs:ohci
89 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_init() local
101 ohci->num_ports = 1; in ohci_da8xx_init()
103 result = ohci_init(ohci); in ohci_da8xx_init()
113 rh_a = ohci_readl(ohci, &ohci->regs->roothub.a); in ohci_da8xx_init()
124 ohci_writel(ohci, rh_a, &ohci->regs->roothub.a); in ohci_da8xx_init()
137 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_start() local
140 result = ohci_run(ohci); in ohci_da8xx_start()
387 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_suspend() local
392 if (time_before(jiffies, ohci->next_statechange)) in ohci_da8xx_suspend()
394 ohci->next_statechange = jiffies; in ohci_da8xx_suspend()
409 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_da8xx_resume() local
411 if (time_before(jiffies, ohci->next_statechange)) in ohci_da8xx_resume()
413 ohci->next_statechange = jiffies; in ohci_da8xx_resume()