Lines Matching defs:cur_qh
906 struct musb_qh *cur_qh, *next_qh;
926 cur_qh = first_qh(&musb->in_bulk);
936 cur_qh = first_qh(&musb->out_bulk);
938 if (cur_qh) {
939 urb = next_urb(cur_qh);
946 toggle = musb->io.get_toggle(cur_qh, !is_in);
947 usb_settoggle(urb->dev, cur_qh->epnum, !is_in, toggle ? 1 : 0);
950 /* move cur_qh to end of queue */
951 list_move_tail(&cur_qh->ring, &musb->in_bulk);
959 /* move cur_qh to end of queue */
960 list_move_tail(&cur_qh->ring, &musb->out_bulk);