Lines Matching full:ohci
3 * OHCI HCD (Host Controller Driver) for USB.
59 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sa1111_reset() local
61 ohci_hcd_init(ohci); in ohci_sa1111_reset()
62 return ohci_init(ohci); in ohci_sa1111_reset()
67 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_sa1111_start() local
70 ret = ohci_run(ohci); in ohci_sa1111_start()
72 ohci_err(ohci, "can't start\n"); in ohci_sa1111_start()
80 .product_desc = "SA-1111 OHCI",
126 dev_dbg(&dev->dev, "starting SA-1111 OHCI USB Controller\n"); in sa1111_start_hc()
155 dev_dbg(&dev->dev, "stopping SA-1111 OHCI USB Controller\n"); in sa1111_stop_hc()
284 .name = "sa1111-ohci",