Searched defs:cur_qh (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/musb/
H A Dmusb_host.c946 struct musb_qh *cur_qh, *next_qh; local
959 cur_qh = first_qh(&musb->in_bulk);
969 cur_qh = first_qh(&musb->out_bulk);
971 if (cur_qh) {
972 urb = next_urb(cur_qh);
979 musb_save_toggle(cur_qh, is_in, urb);
982 /* move cur_qh to end of queue */
983 list_move_tail(&cur_qh->ring, &musb->in_bulk);
991 /* move cur_qh to end of queue */
992 list_move_tail(&cur_qh
[all...]

Completed in 393 milliseconds