Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb-new/
A Dmusb_host.h16 static inline struct usb_hcd *musb_to_hcd(struct musb *musb) in musb_to_hcd()
18 return container_of((void *) musb, struct usb_hcd, hcd_priv); in musb_to_hcd()
21 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb()
65 struct usb_hcd;
67 extern int musb_hub_status_data(struct usb_hcd *hcd, char *buf);
68 extern int musb_hub_control(struct usb_hcd *hcd,
87 int musb_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags);
88 int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status);
A Dusb-compat.h8 struct usb_hcd { struct
55 static inline void usb_hcd_giveback_urb(struct usb_hcd *hcd, in usb_hcd_giveback_urb()
64 static inline int usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd, in usb_hcd_unmap_urb_for_dma()
A Dmusb_uboot.h17 struct usb_hcd hcd;
A Dmusb_host.c1919 struct usb_hcd *hcd,
2189 struct usb_hcd *hcd,
2252 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
2304 static int musb_h_get_frame_number(struct usb_hcd *hcd)
2311 static int musb_h_start(struct usb_hcd *hcd)
2323 static void musb_h_stop(struct usb_hcd *hcd)
2329 static int musb_bus_suspend(struct usb_hcd *hcd)
2361 static int musb_bus_resume(struct usb_hcd *hcd)
A Dmusb_core.c376 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_hnp_stop()
675 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_stage0_irq()
1840 struct usb_hcd *hcd; in allocate_instance()
2044 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_init_controller()
2067 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_init_controller()
A Dmusb_uboot.c67 static int submit_urb(struct usb_hcd *hcd, struct urb *urb) in submit_urb()
A Dmusb_gadget.c2023 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_gadget_start()

Completed in 18 milliseconds