Lines Matching defs:hcd
148 struct usb_hcd *hcd, in ohci_urb_enqueue()
313 static int ohci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in ohci_urb_dequeue()
348 ohci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ohci_endpoint_disable()
401 static int ohci_get_frame (struct usb_hcd *hcd) in ohci_get_frame()
420 static void _ohci_shutdown(struct usb_hcd *hcd) in _ohci_shutdown()
436 static void ohci_shutdown(struct usb_hcd *hcd) in ohci_shutdown()
455 struct usb_hcd *hcd = ohci_to_hcd(ohci); in ohci_init() local
547 struct usb_hcd *hcd = ohci_to_hcd(ohci); in ohci_run() local
711 int ohci_setup(struct usb_hcd *hcd) in ohci_setup()
722 static int ohci_start(struct usb_hcd *hcd) in ohci_start()
876 static irqreturn_t ohci_irq (struct usb_hcd *hcd) in ohci_irq()
990 static void ohci_stop (struct usb_hcd *hcd) in ohci_stop()
1096 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend()
1124 int ohci_resume(struct usb_hcd *hcd, bool hibernated) in ohci_resume()