HomeSort by relevance Sort by last modified time
    Searched refs:musb_qh (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/usb/musb-new/
musb_host.h 27 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)
musb_host.c 168 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh)
176 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in)
188 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh)
313 static inline void musb_save_toggle(struct musb_qh *qh, int is_in,
342 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in);
459 struct musb_qh *qh = hw_ep->in_qh;
554 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep)
617 struct musb_hw_ep *hw_ep, struct musb_qh *qh,
692 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out);
894 struct musb_qh *qh = hw_ep->in_qh
    [all...]
musb_core.h 269 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 60 milliseconds