Lines Matching defs:hcd
148 struct usb_hcd *hcd, in ohci_urb_enqueue()
315 static int ohci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in ohci_urb_dequeue()
350 ohci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ohci_endpoint_disable()
403 static int ohci_get_frame (struct usb_hcd *hcd) in ohci_get_frame()
422 static void _ohci_shutdown(struct usb_hcd *hcd) in _ohci_shutdown()
438 static void ohci_shutdown(struct usb_hcd *hcd) in ohci_shutdown()
457 struct usb_hcd *hcd = ohci_to_hcd(ohci); in ohci_init() local
549 struct usb_hcd *hcd = ohci_to_hcd(ohci); in ohci_run() local
713 int ohci_setup(struct usb_hcd *hcd) in ohci_setup()
724 static int ohci_start(struct usb_hcd *hcd) in ohci_start()
878 static irqreturn_t ohci_irq (struct usb_hcd *hcd) in ohci_irq()
992 static void ohci_stop (struct usb_hcd *hcd) in ohci_stop()
1098 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend()
1126 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume()