Searched defs:companion (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Dehci-pci.c59 /* celleb's companion chip */
370 struct pci_dev *companion = NULL; local
373 for_each_pci_dev(companion) {
374 if (!usb_is_intel_switchable_xhci(companion))
376 usb_enable_xhci_ports(companion);
/drivers/usb/core/
H A Dhcd-pci.c42 /* Coordinate handoffs between EHCI and companion controllers
59 struct pci_dev *companion; local
67 companion = NULL;
68 for_each_pci_dev(companion) {
69 if (companion->bus != pdev->bus ||
70 PCI_SLOT(companion->devfn) != slot)
73 companion_hcd = pci_get_drvdata(companion);
78 * the OHCI/UHCI companion bus structure.
80 * in the OHCI/UHCI companion bus structure.
82 * companion controller
[all...]

Completed in 750 milliseconds