Lines Matching refs:hcd
100 static int ehci_pci_setup(struct usb_hcd *hcd) in ehci_pci_setup() argument
102 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_setup()
103 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ehci_pci_setup()
107 ehci->caps = hcd->regs; in ehci_pci_setup()
157 hcd->has_tt = 1; in ehci_pci_setup()
161 hcd->has_tt = 1; in ehci_pci_setup()
244 ehci->debug = hcd->regs + temp; in ehci_pci_setup()
254 retval = ehci_setup(hcd); in ehci_pci_setup()
349 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume() argument
351 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_resume()
352 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ehci_pci_resume()
354 if (ehci_resume(hcd, hibernated) != 0) in ehci_pci_resume()