Home
last modified time | relevance | path

Searched refs:next_qh (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-q.c505 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 Duhci-hcd.h395 struct uhci_qh *next_qh; /* Next QH to scan */ member