Searched refs:musb_qh (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h27 struct musb_qh { struct
32 struct list_head ring; /* of musb_qh */
33 /* struct musb_qh *next; */ /* for periodic tree */
55 static inline struct musb_qh *first_qh(struct list_head *q)
59 return list_entry(q->next, struct musb_qh, ring);
74 static inline struct urb *next_urb(struct musb_qh *qh)
H A Dmusb_host.c173 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh)
181 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in)
193 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh)
318 static inline void musb_save_toggle(struct musb_qh *qh, int is_in,
347 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in);
464 struct musb_qh *qh = hw_ep->in_qh;
559 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep)
622 struct musb_hw_ep *hw_ep, struct musb_qh *qh,
697 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out);
899 struct musb_qh *q
[all...]
H A Dmusb_core.h269 struct musb_qh *in_qh;
270 struct musb_qh *out_qh;
345 struct list_head control; /* of musb_qh */
346 struct list_head in_bulk; /* of musb_qh */
347 struct list_head out_bulk; /* of musb_qh */

Completed in 140 milliseconds