Searched refs:intr_unlink (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-timer.c216 * Process all the QHs on the intr_unlink list that were added
248 * Process all the QHs on the intr_unlink list that were added
255 while (!list_empty(&ehci->intr_unlink)) {
258 qh = list_first_entry(&ehci->intr_unlink, struct ehci_qh,
267 if (!list_empty(&ehci->intr_unlink)) {
H A Dehci.h160 struct list_head intr_unlink; member in struct:ehci_hcd
H A Dehci-hcd.c489 INIT_LIST_HEAD(&ehci->intr_unlink);
H A Dehci-sched.c670 /* New entries go at the end of the intr_unlink list */
671 list_add_tail(&qh->unlink_node, &ehci->intr_unlink);
677 else if (ehci->intr_unlink.next == &qh->unlink_node) {
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h122 struct fotg210_qh *intr_unlink; member in struct:fotg210_hcd
H A Dfotg210-hcd.c1190 * Process all the QHs on the intr_unlink list that were added
1197 while (fotg210->intr_unlink) {
1198 struct fotg210_qh *qh = fotg210->intr_unlink;
1202 fotg210->intr_unlink = qh->unlink_next;
1208 if (fotg210->intr_unlink) {
3614 /* New entries go at the end of the intr_unlink list */
3615 if (fotg210->intr_unlink)
3618 fotg210->intr_unlink = qh;
3625 else if (fotg210->intr_unlink == qh) {

Completed in 183 milliseconds