Lines Matching refs:hcd
34 static int broken_suspend(struct usb_hcd *hcd) in broken_suspend() argument
36 device_init_wakeup(&hcd->self.root_hub->dev, 0); in broken_suspend()
43 static int ohci_quirk_amd756(struct usb_hcd *hcd) in ohci_quirk_amd756() argument
45 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_amd756()
51 return broken_suspend(hcd); in ohci_quirk_amd756()
58 static int ohci_quirk_opti(struct usb_hcd *hcd) in ohci_quirk_opti() argument
60 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_opti()
71 static int ohci_quirk_ns(struct usb_hcd *hcd) in ohci_quirk_ns() argument
73 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ohci_quirk_ns()
79 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_ns()
93 static int ohci_quirk_zfmicro(struct usb_hcd *hcd) in ohci_quirk_zfmicro() argument
95 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_zfmicro()
106 static int ohci_quirk_toshiba_scc(struct usb_hcd *hcd) in ohci_quirk_toshiba_scc() argument
108 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_toshiba_scc()
139 static int ohci_quirk_nec(struct usb_hcd *hcd) in ohci_quirk_nec() argument
141 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_quirk_nec()
150 static int ohci_quirk_amd700(struct usb_hcd *hcd) in ohci_quirk_amd700() argument
152 struct ohci_hcd *ohci = hcd_to_ohci(hcd); in ohci_quirk_amd700()
225 static int ohci_pci_reset (struct usb_hcd *hcd) in ohci_pci_reset() argument
227 struct ohci_hcd *ohci = hcd_to_ohci (hcd); in ohci_pci_reset()
228 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); in ohci_pci_reset()
231 if (hcd->self.controller) { in ohci_pci_reset()
238 ret = quirk(hcd); in ohci_pci_reset()
243 ret = ohci_setup(hcd); in ohci_pci_reset()