Lines Matching defs:ohci
21 * usb-ohci-tc6393.c(C) Copyright 2004 Lineo Solutions, Inc.
92 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
97 switch (ohci->num_ports) {
99 dev_err(&dev->dev, "Unsupported amount of ports: %d\n", ohci->num_ports);
136 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
139 if ((ret = ohci_init(ohci)) < 0)
142 if ((ret = ohci_run(ohci)) < 0) {
195 struct ohci_hcd *ohci;
240 ohci = hcd_to_ohci(hcd);
241 ohci_hcd_init(ohci);
295 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
301 if (time_before(jiffies, ohci->next_statechange))
303 ohci->next_statechange = jiffies;
325 struct ohci_hcd *ohci = hcd_to_ohci(hcd);
331 if (time_before(jiffies, ohci->next_statechange))
333 ohci->next_statechange = jiffies;
367 .name = "tmio-ohci",