Lines Matching refs:usb_hcd
32 static int (*orig_ohci_hub_control)(struct usb_hcd *hcd, u16 typeReq,
34 static int (*orig_ohci_hub_status_data)(struct usb_hcd *hcd, char *buf);
37 struct usb_hcd *hcd;
50 static int ohci_da8xx_enable(struct usb_hcd *hcd) in ohci_da8xx_enable()
77 static void ohci_da8xx_disable(struct usb_hcd *hcd) in ohci_da8xx_disable()
86 static int ohci_da8xx_set_power(struct usb_hcd *hcd, int on) in ohci_da8xx_set_power()
119 static int ohci_da8xx_get_power(struct usb_hcd *hcd) in ohci_da8xx_get_power()
134 static int ohci_da8xx_get_oci(struct usb_hcd *hcd) in ohci_da8xx_get_oci()
158 static int ohci_da8xx_has_set_power(struct usb_hcd *hcd) in ohci_da8xx_has_set_power()
173 static int ohci_da8xx_has_oci(struct usb_hcd *hcd) in ohci_da8xx_has_oci()
188 static int ohci_da8xx_has_potpgt(struct usb_hcd *hcd) in ohci_da8xx_has_potpgt()
226 static int ohci_da8xx_register_notify(struct usb_hcd *hcd) in ohci_da8xx_register_notify()
247 static void ohci_da8xx_unregister_notify(struct usb_hcd *hcd) in ohci_da8xx_unregister_notify()
256 static int ohci_da8xx_reset(struct usb_hcd *hcd) in ohci_da8xx_reset()
309 static int ohci_da8xx_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_da8xx_hub_status_data()
329 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control()
405 struct usb_hcd *hcd; in ohci_da8xx_probe()
481 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_da8xx_remove()
494 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_da8xx_suspend()
516 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_da8xx_resume()