Lines Matching defs:hcd
12 #include <linux/usb/hcd.h>
90 static int ehci_pci_setup(struct usb_hcd *hcd)
92 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
93 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
97 ehci->caps = hcd->regs;
146 hcd->has_tt = 1;
150 hcd->has_tt = 1;
246 ehci->debug = hcd->regs + temp;
256 retval = ehci_setup(hcd);
353 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated)
355 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
356 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
358 if (ehci_resume(hcd, hibernated) != 0)