Searched refs:intr_node (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sched.c | 574 list_add(&qh->intr_node, &ehci->intr_qh_list); in qh_link_periodic() 623 ehci->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 624 struct ehci_qh, intr_node); in qh_unlink_periodic() 625 list_del(&qh->intr_node); in qh_unlink_periodic() 967 intr_node) { in scan_intr()
|
H A D | fotg210.h | 443 struct list_head intr_node; /* list of intr QHs */ member
|
H A D | ehci.h | 411 struct list_head intr_node; /* list of intr QHs */ member
|
H A D | fotg210-hcd.c | 3535 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic() 3587 fotg210->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 3588 struct fotg210_qh, intr_node); in qh_unlink_periodic() 3589 list_del(&qh->intr_node); in qh_unlink_periodic() 3875 &fotg210->intr_qh_list, intr_node) { in scan_intr()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 581 list_add(&qh->intr_node, &ehci->intr_qh_list); in qh_link_periodic() 630 ehci->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 631 struct ehci_qh, intr_node); in qh_unlink_periodic() 632 list_del(&qh->intr_node); in qh_unlink_periodic() 974 intr_node) { in scan_intr()
|
H A D | ehci.h | 414 struct list_head intr_node; /* list of intr QHs */ member
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 441 struct list_head intr_node; /* list of intr QHs */ member
|
H A D | fotg210-hcd.c | 3536 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic() 3588 fotg210->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 3589 struct fotg210_qh, intr_node); in qh_unlink_periodic() 3590 list_del(&qh->intr_node); in qh_unlink_periodic() 3876 &fotg210->intr_qh_list, intr_node) { in scan_intr()
|
Completed in 27 milliseconds