Home
last modified time | relevance | path

Searched refs:companion_hcd (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/core/
Dhcd-pci.c57 struct pci_dev *companion, struct usb_hcd *companion_hcd);
64 struct usb_hcd *companion_hcd; in for_each_companion() local
86 companion_hcd = pci_get_drvdata(companion); in for_each_companion()
87 if (!companion_hcd || !companion_hcd->self.root_hub) in for_each_companion()
89 fn(pdev, hcd, companion, companion_hcd); in for_each_companion()
100 struct pci_dev *companion, struct usb_hcd *companion_hcd) in ehci_pre_add() argument
105 udev = companion_hcd->self.root_hub; in ehci_pre_add()
117 struct pci_dev *companion, struct usb_hcd *companion_hcd) in ehci_post_add() argument
125 companion_hcd->self.hs_companion = &hcd->self; in ehci_post_add()
127 udev = companion_hcd->self.root_hub; in ehci_post_add()
[all …]