Lines Matching refs:usb_hcd
33 static int (*orig_ohci_hub_control)(struct usb_hcd *hcd, u16 typeReq,
35 static int (*orig_ohci_hub_status_data)(struct usb_hcd *hcd, char *buf);
38 struct usb_hcd *hcd;
51 static int ohci_da8xx_enable(struct usb_hcd *hcd) in ohci_da8xx_enable()
78 static void ohci_da8xx_disable(struct usb_hcd *hcd) in ohci_da8xx_disable()
87 static int ohci_da8xx_set_power(struct usb_hcd *hcd, int on) in ohci_da8xx_set_power()
113 static int ohci_da8xx_get_power(struct usb_hcd *hcd) in ohci_da8xx_get_power()
123 static int ohci_da8xx_get_oci(struct usb_hcd *hcd) in ohci_da8xx_get_oci()
145 static int ohci_da8xx_has_set_power(struct usb_hcd *hcd) in ohci_da8xx_has_set_power()
155 static int ohci_da8xx_has_oci(struct usb_hcd *hcd) in ohci_da8xx_has_oci()
168 static int ohci_da8xx_has_potpgt(struct usb_hcd *hcd) in ohci_da8xx_has_potpgt()
209 static int ohci_da8xx_register_notify(struct usb_hcd *hcd) in ohci_da8xx_register_notify()
227 static int ohci_da8xx_reset(struct usb_hcd *hcd) in ohci_da8xx_reset()
280 static int ohci_da8xx_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_da8xx_hub_status_data()
300 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control()
378 struct usb_hcd *hcd; in ohci_da8xx_probe()
474 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_da8xx_remove()
486 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_da8xx_suspend()
508 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_da8xx_resume()