Symbol: alt_next
sys/bus/u4b/controller/ehci.c
1133
td_alt_next = td->alt_next;
sys/bus/u4b/controller/ehci.c
1175
td = td->alt_next;
sys/bus/u4b/controller/ehci.c
1184
if (td->alt_next != td_alt_next) {
sys/bus/u4b/controller/ehci.c
1407
if (td->alt_next) {
sys/bus/u4b/controller/ehci.c
1408
td = td->alt_next;
sys/bus/u4b/controller/ehci.c
1751
td->alt_next = td_alt_next;
sys/bus/u4b/controller/ehci.h
208
struct ehci_qtd *alt_next;
sys/bus/u4b/controller/ohci.c
1359
td->alt_next = td_alt_next;
sys/bus/u4b/controller/ohci.c
805
td_alt_next = td->alt_next;
sys/bus/u4b/controller/ohci.c
860
td = td->alt_next;
sys/bus/u4b/controller/ohci.c
869
if (td->alt_next != td_alt_next) {
sys/bus/u4b/controller/ohci.c
977
td = td->alt_next;
sys/bus/u4b/controller/ohci.h
136
struct ohci_td *alt_next;
sys/bus/u4b/controller/uhci.c
1079
td_alt_next = td->alt_next;
sys/bus/u4b/controller/uhci.c
1136
td = td->alt_next;
sys/bus/u4b/controller/uhci.c
1145
if (td->alt_next != td_alt_next) {
sys/bus/u4b/controller/uhci.c
1258
td = td->alt_next;
sys/bus/u4b/controller/uhci.c
1261
td_alt_next = td->alt_next;
sys/bus/u4b/controller/uhci.c
1283
if (td->alt_next != td_alt_next) {
sys/bus/u4b/controller/uhci.c
1376
if (td->alt_next) {
sys/bus/u4b/controller/uhci.c
1624
td->alt_next = td_alt_next;
sys/bus/u4b/controller/xhci.c
1022
if (td->alt_next == NULL) {
sys/bus/u4b/controller/xhci.c
1033
xfer->td_transfer_cache = td->alt_next;
sys/bus/u4b/controller/xhci.c
1981
td->alt_next = td_alt_next;
sys/bus/u4b/controller/xhci.c
721
td_alt_next = td->alt_next;
sys/bus/u4b/controller/xhci.c
769
td = td->alt_next;
sys/bus/u4b/controller/xhci.c
778
if (td->alt_next != td_alt_next) {
sys/bus/u4b/controller/xhci.c
863
td = td->alt_next;
sys/bus/u4b/controller/xhci.h
383
struct xhci_td *alt_next;