Lines Matching full:ehci
26 * Coordinate handoffs between EHCI and companion controllers
27 * during EHCI probing and system resume.
64 * Companion device should be either UHCI,OHCI or EHCI host in for_each_companion()
79 * We're about to add an EHCI controller, which will unceremoniously grab
82 * it beforehand. Leave it locked until the EHCI controller is all set.
97 * Adding the EHCI controller has either succeeded or failed. Set the
119 * We just added a non-EHCI controller. Find the EHCI controller to
132 /* We are removing an EHCI controller. Clear the companions' pointers. */
142 /* An EHCI controller must wait for its companions before resuming. */
213 /* XHCI, EHCI, OHCI */ in usb_hcd_pci_probe()
341 /* Not EHCI; just clear the companion pointer */ in usb_hcd_pci_remove()
505 * Only EHCI controllers have to wait for their companions. in resume_common()