Searched refs:next_qh (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/host/ |
D | uhci-q.c | 505 if (qh == uhci->next_qh) in uhci_activate_qh() 506 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh, in uhci_activate_qh() 574 if (qh == uhci->next_qh) in uhci_unlink_qh() 575 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh, in uhci_unlink_qh() 590 if (qh == uhci->next_qh) in uhci_make_qh_idle() 591 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh, in uhci_make_qh_idle() 1762 uhci->next_qh = list_entry(uhci->skelqh[i]->node.next, in uhci_scan_schedule() 1764 while ((qh = uhci->next_qh) != uhci->skelqh[i]) { in uhci_scan_schedule() 1765 uhci->next_qh = list_entry(qh->node.next, in uhci_scan_schedule()
|
D | uhci-hcd.h | 399 struct uhci_qh *next_qh; /* Next QH to scan */ member
|
/drivers/usb/musb/ |
D | musb_host.c | 912 struct musb_qh *cur_qh, *next_qh; in musb_bulk_nak_timeout() local 960 next_qh = first_qh(&musb->in_bulk); in musb_bulk_nak_timeout() 969 next_qh = first_qh(&musb->out_bulk); in musb_bulk_nak_timeout() 975 if (next_qh) in musb_bulk_nak_timeout() 976 musb_start_urb(musb, is_in, next_qh); in musb_bulk_nak_timeout()
|