Searched refs:musb_qh (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.h | 41 struct musb_qh { struct 71 static inline struct musb_qh *first_qh(struct list_head *q) in first_qh() argument 75 return list_entry(q->next, struct musb_qh, ring); in first_qh() 139 static inline struct urb *next_urb(struct musb_qh *qh) in next_urb()
|
D | musb_host.c | 189 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh() 197 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) in musb_ep_get_qh() 209 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh) in musb_start_urb() 323 static inline void musb_save_toggle(struct musb_qh *qh, int is_in, in musb_save_toggle() 352 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in); in musb_advance_schedule() 467 struct musb_qh *qh = hw_ep->in_qh; in musb_host_packet_rx() 558 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep) in musb_rx_reinit() 621 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_program() 706 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out); in musb_ep_program() 946 struct musb_qh *cur_qh, *next_qh; in musb_bulk_nak_timeout() [all …]
|
D | musb_core.h | 247 struct musb_qh *in_qh; 248 struct musb_qh *out_qh;
|