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;
250 ehci->debug = hcd->regs + temp;
260 retval = ehci_setup(hcd);
357 static int ehci_pci_resume(struct usb_hcd *hcd, pm_message_t msg)
359 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
360 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
363 if (ehci_resume(hcd, hibernated) != 0)