Searched refs:next_qh (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/host/
H A Duhci-q.c505 if (qh == uhci->next_qh)
506 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
574 if (qh == uhci->next_qh)
575 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
590 if (qh == uhci->next_qh)
591 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
1762 uhci->next_qh = list_entry(uhci->skelqh[i]->node.next,
1764 while ((qh = uhci->next_qh) != uhci->skelqh[i]) {
1765 uhci->next_qh = list_entry(qh->node.next,
H A Duhci-hcd.h395 struct uhci_qh *next_qh; /* Next QH to scan */ member in struct:uhci_hcd
/linux-master/drivers/usb/musb/
H A Dmusb_host.c906 struct musb_qh *cur_qh, *next_qh; local
954 next_qh = first_qh(&musb->in_bulk);
963 next_qh = first_qh(&musb->out_bulk);
969 if (next_qh)
970 musb_start_urb(musb, is_in, next_qh);

Completed in 115 milliseconds