Lines Matching defs:hcd
97 struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb()
2073 struct usb_hcd *hcd, in musb_urb_enqueue()
2319 static int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in musb_urb_dequeue()
2379 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) in musb_h_disable()
2431 static int musb_h_get_frame_number(struct usb_hcd *hcd) in musb_h_get_frame_number()
2438 static int musb_h_start(struct usb_hcd *hcd) in musb_h_start()
2450 static void musb_h_stop(struct usb_hcd *hcd) in musb_h_stop()
2456 static int musb_bus_suspend(struct usb_hcd *hcd) in musb_bus_suspend()
2490 static int musb_bus_resume(struct usb_hcd *hcd) in musb_bus_resume()
2572 static int musb_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in musb_map_urb_for_dma()
2598 static void musb_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in musb_unmap_urb_for_dma()
2676 struct usb_hcd *hcd = musb->hcd; in musb_host_setup() local