Home
last modified time | relevance | path

Searched refs:usb_hcd (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.h17 static inline struct usb_hcd *musb_to_hcd(struct musb *musb) in musb_to_hcd()
19 return container_of((void *) musb, struct usb_hcd, hcd_priv); in musb_to_hcd()
22 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb()
66 struct usb_hcd;
68 extern int musb_hub_status_data(struct usb_hcd *hcd, char *buf);
69 extern int musb_hub_control(struct usb_hcd *hcd,
88 int musb_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags);
89 int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status);
H A Dusb-compat.h7 struct usb_hcd { struct
54 static inline void usb_hcd_giveback_urb(struct usb_hcd *hcd, in usb_hcd_giveback_urb()
63 static inline int usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd, in usb_hcd_unmap_urb_for_dma()
H A Dmusb_uboot.h18 struct usb_hcd hcd;
H A Dmusb_host.c1915 struct usb_hcd *hcd,
2185 struct usb_hcd *hcd,
2248 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
2300 static int musb_h_get_frame_number(struct usb_hcd *hcd)
2307 static int musb_h_start(struct usb_hcd *hcd)
2319 static void musb_h_stop(struct usb_hcd *hcd)
2325 static int musb_bus_suspend(struct usb_hcd *hcd)
2357 static int musb_bus_resume(struct usb_hcd *hcd)
H A Dmusb_core.c370 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_hnp_stop()
669 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_stage0_irq()
1833 struct usb_hcd *hcd; in allocate_instance()
2033 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_init_controller()
2056 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_init_controller()
H A Dmusb_uboot.c66 static int submit_urb(struct usb_hcd *hcd, struct urb *urb) in submit_urb()
H A Dmusb_gadget.c2007 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_gadget_start()