Lines Matching defs:hcd
97 struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb()
2192 struct usb_hcd *hcd, in musb_urb_enqueue()
2438 static int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in musb_urb_dequeue()
2498 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) in musb_h_disable()
2550 static int musb_h_get_frame_number(struct usb_hcd *hcd) in musb_h_get_frame_number()
2557 static int musb_h_start(struct usb_hcd *hcd) in musb_h_start()
2569 static void musb_h_stop(struct usb_hcd *hcd) in musb_h_stop()
2575 static int musb_bus_suspend(struct usb_hcd *hcd) in musb_bus_suspend()
2609 static int musb_bus_resume(struct usb_hcd *hcd) in musb_bus_resume()
2696 static int musb_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in musb_map_urb_for_dma()
2722 static void musb_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in musb_unmap_urb_for_dma()
2800 struct usb_hcd *hcd = musb->hcd; in musb_host_setup() local