Searched refs:next_qh (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
H A D | uhci-hcd.h | 395 struct uhci_qh *next_qh; /* Next QH to scan */ member
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_host.c | 906 struct musb_qh *cur_qh, *next_qh; in musb_bulk_nak_timeout() local 954 next_qh = first_qh(&musb->in_bulk); in musb_bulk_nak_timeout() 963 next_qh = first_qh(&musb->out_bulk); in musb_bulk_nak_timeout() 969 if (next_qh) in musb_bulk_nak_timeout() 970 musb_start_urb(musb, is_in, next_qh); in musb_bulk_nak_timeout()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_host.c | 1392 struct musb_qh *cur_qh, *next_qh; in musb_bulk_rx_nak_timeout() local 1419 next_qh = first_qh(&musb->in_bulk); in musb_bulk_rx_nak_timeout() 1423 musb_start_urb(musb, 1, next_qh); in musb_bulk_rx_nak_timeout()
|