Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h102 struct fotg210_qh *qh_scan_next; member
/linux/drivers/usb/host/
H A Dehci-sched.c629 if (ehci->qh_scan_next == qh) in qh_unlink_periodic()
630 ehci->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic()
973 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()