Lines Matching defs:cur_qh
912 struct musb_qh *cur_qh, *next_qh;
932 cur_qh = first_qh(&musb->in_bulk);
942 cur_qh = first_qh(&musb->out_bulk);
944 if (cur_qh) {
945 urb = next_urb(cur_qh);
952 toggle = musb->io.get_toggle(cur_qh, !is_in);
953 usb_settoggle(urb->dev, cur_qh->epnum, !is_in, toggle ? 1 : 0);
956 /* move cur_qh to end of queue */
957 list_move_tail(&cur_qh->ring, &musb->in_bulk);
965 /* move cur_qh to end of queue */
966 list_move_tail(&cur_qh->ring, &musb->out_bulk);