Searched refs:next_qh (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/host/ |
D | uhci-q.c | 506 if (qh == uhci->next_qh) in uhci_activate_qh() 507 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh, in uhci_activate_qh() 575 if (qh == uhci->next_qh) in uhci_unlink_qh() 576 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh, in uhci_unlink_qh() 591 if (qh == uhci->next_qh) in uhci_make_qh_idle() 592 uhci->next_qh = list_entry(qh->node.next, struct uhci_qh, in uhci_make_qh_idle() 1759 uhci->next_qh = list_entry(uhci->skelqh[i]->node.next, in uhci_scan_schedule() 1761 while ((qh = uhci->next_qh) != uhci->skelqh[i]) { in uhci_scan_schedule() 1762 uhci->next_qh = list_entry(qh->node.next, in uhci_scan_schedule()
|
D | uhci-hcd.h | 395 struct uhci_qh *next_qh; /* Next QH to scan */ member
|
/drivers/usb/musb/ |
D | musb_host.c | 944 struct musb_qh *cur_qh, *next_qh; in musb_bulk_nak_timeout() local 984 next_qh = first_qh(&musb->in_bulk); in musb_bulk_nak_timeout() 993 next_qh = first_qh(&musb->out_bulk); in musb_bulk_nak_timeout() 998 musb_start_urb(musb, is_in, next_qh); in musb_bulk_nak_timeout()
|