Lines Matching refs:hcd
1915 struct usb_hcd *hcd, argument
1920 struct musb *musb = hcd_to_musb(hcd);
1933 ret = usb_hcd_link_urb_to_ep(hcd, urb);
1959 usb_hcd_unlink_urb_from_ep(hcd, urb);
2053 if (parent != hcd->self.root_hub) {
2110 usb_hcd_unlink_urb_from_ep(hcd, urb);
2185 struct usb_hcd *hcd, argument
2189 struct musb *musb = hcd_to_musb(hcd);
2201 ret = usb_hcd_check_unlink_urb(hcd, urb, status);
2248 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
2252 struct musb *musb = hcd_to_musb(hcd);
2300 static int musb_h_get_frame_number(struct usb_hcd *hcd) argument
2302 struct musb *musb = hcd_to_musb(hcd);
2307 static int musb_h_start(struct usb_hcd *hcd) argument
2309 struct musb *musb = hcd_to_musb(hcd);
2314 hcd->state = HC_STATE_RUNNING;
2319 static void musb_h_stop(struct usb_hcd *hcd) argument
2321 musb_stop(hcd_to_musb(hcd));
2322 hcd->state = HC_STATE_HALT;
2325 static int musb_bus_suspend(struct usb_hcd *hcd) argument
2327 struct musb *musb = hcd_to_musb(hcd);
2357 static int musb_bus_resume(struct usb_hcd *hcd) argument