Lines Matching defs:hcd
58 static inline struct oxu_hcd *hcd_to_oxu(struct usb_hcd *hcd) in hcd_to_oxu()
2418 static irqreturn_t oxu210_hcd_irq(struct usb_hcd *hcd) in oxu210_hcd_irq()
2519 static irqreturn_t oxu_irq(struct usb_hcd *hcd) in oxu_irq()
2571 static int oxu_hcd_init(struct usb_hcd *hcd) in oxu_hcd_init()
2648 static int oxu_reset(struct usb_hcd *hcd) in oxu_reset()
2679 static int oxu_run(struct usb_hcd *hcd) in oxu_run()
2738 static void oxu_stop(struct usb_hcd *hcd) in oxu_stop()
2773 static void oxu_shutdown(struct usb_hcd *hcd) in oxu_shutdown()
2798 static int __oxu_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in __oxu_urb_enqueue()
2830 static int oxu_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in oxu_urb_enqueue()
2923 static int oxu_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in oxu_urb_dequeue()
2983 static void oxu_endpoint_disable(struct usb_hcd *hcd, in oxu_endpoint_disable()
3046 static int oxu_get_frame(struct usb_hcd *hcd) in oxu_get_frame()
3055 static int oxu_hub_status_data(struct usb_hcd *hcd, char *buf) in oxu_hub_status_data()
3131 static int oxu_hub_control(struct usb_hcd *hcd, u16 typeReq, in oxu_hub_control()
3424 static int oxu_bus_suspend(struct usb_hcd *hcd) in oxu_bus_suspend()
3497 static int oxu_bus_resume(struct usb_hcd *hcd) in oxu_bus_resume()
3580 static int oxu_bus_suspend(struct usb_hcd *hcd) in oxu_bus_suspend()
3585 static int oxu_bus_resume(struct usb_hcd *hcd) in oxu_bus_resume()
3698 struct usb_hcd *hcd; in oxu_create() local
3734 struct usb_hcd *hcd; in oxu_init() local
3842 static void oxu_remove(struct platform_device *pdev, struct usb_hcd *hcd) in oxu_remove()