Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dhcd-pci.c42 struct pci_dev *companion, struct usb_hcd *companion_hcd);
49 struct usb_hcd *companion_hcd; in for_each_companion() local
71 companion_hcd = pci_get_drvdata(companion); in for_each_companion()
72 if (!companion_hcd || !companion_hcd->self.root_hub) in for_each_companion()
74 fn(pdev, hcd, companion, companion_hcd); in for_each_companion()
85 struct pci_dev *companion, struct usb_hcd *companion_hcd) in ehci_pre_add() argument
90 udev = companion_hcd->self.root_hub; in ehci_pre_add()
102 struct pci_dev *companion, struct usb_hcd *companion_hcd) in ehci_post_add() argument
110 companion_hcd->self.hs_companion = &hcd->self; in ehci_post_add()
112 udev = companion_hcd->self.root_hub; in ehci_post_add()
[all …]