Go to the documentation of this file.
40 static inline struct usb_hcd *musb_to_hcd(
struct musb *
musb)
42 return container_of((
void *) musb,
struct usb_hcd, hcd_priv);
45 static inline struct musb *hcd_to_musb(
struct usb_hcd *hcd)
47 return (
struct musb *) (hcd->hcd_priv);
52 struct usb_host_endpoint *
hep;
53 struct usb_device *
dev;
99 static inline struct urb *next_urb(
struct musb_qh *qh)
105 queue = &qh->
hep->urb_list;
106 if (list_empty(queue))