qh_next           492 drivers/usb/host/ehci-dbg.c 	for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh)
qh_next           680 drivers/usb/host/ehci-dbg.c 					if (p.qh->qh_next.ptr) {
qh_next           699 drivers/usb/host/ehci-dbg.c 				p = p.qh->qh_next;
qh_next           518 drivers/usb/host/ehci-hcd.c 	ehci->async->qh_next.qh = NULL;
qh_next            57 drivers/usb/host/ehci-mem.c 	if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) {
qh_next           972 drivers/usb/host/ehci-q.c 	WARN_ON(ehci->async->qh_next.qh || !list_empty(&ehci->async_unlink) ||
qh_next           997 drivers/usb/host/ehci-q.c 	qh->qh_next = head->qh_next;
qh_next          1001 drivers/usb/host/ehci-q.c 	head->qh_next.qh = qh;
qh_next          1267 drivers/usb/host/ehci-q.c 	while (prev->qh_next.qh != qh)
qh_next          1268 drivers/usb/host/ehci-q.c 		prev = prev->qh_next.qh;
qh_next          1271 drivers/usb/host/ehci-q.c 	prev->qh_next = qh->qh_next;
qh_next          1273 drivers/usb/host/ehci-q.c 		ehci->qh_scan_next = qh->qh_next.qh;
qh_next          1410 drivers/usb/host/ehci-q.c 		qh->qh_next.qh = NULL;
qh_next          1431 drivers/usb/host/ehci-q.c 	for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) {
qh_next          1461 drivers/usb/host/ehci-q.c 	while (ehci->async->qh_next.qh) {
qh_next          1462 drivers/usb/host/ehci-q.c 		qh = ehci->async->qh_next.qh;
qh_next          1490 drivers/usb/host/ehci-q.c 	ehci->qh_scan_next = ehci->async->qh_next.qh;
qh_next          1493 drivers/usb/host/ehci-q.c 		ehci->qh_scan_next = qh->qh_next.qh;
qh_next            37 drivers/usb/host/ehci-sched.c 		return &periodic->qh->qh_next;
qh_next           468 drivers/usb/host/ehci-sched.c 				here = here.qh->qh_next;
qh_next           571 drivers/usb/host/ehci-sched.c 			prev = &here.qh->qh_next;
qh_next           577 drivers/usb/host/ehci-sched.c 			qh->qh_next = here;
qh_next           640 drivers/usb/host/ehci-sched.c 	qh->qh_next.ptr = NULL;
qh_next           408 drivers/usb/host/ehci.h 	union ehci_shadow	qh_next;	/* ptr to qh; or periodic */
qh_next           468 drivers/usb/host/fotg210-hcd.c 	for (qh = fotg210->async->qh_next.qh; size > 0 && qh;
qh_next           469 drivers/usb/host/fotg210-hcd.c 			qh = qh->qh_next.qh)
qh_next           574 drivers/usb/host/fotg210-hcd.c 					if (p.qh->qh_next.ptr) {
qh_next           593 drivers/usb/host/fotg210-hcd.c 				p = p.qh->qh_next;
qh_next          1843 drivers/usb/host/fotg210-hcd.c 	if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
qh_next          2904 drivers/usb/host/fotg210-hcd.c 	WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink);
qh_next          2928 drivers/usb/host/fotg210-hcd.c 	qh->qh_next = head->qh_next;
qh_next          2932 drivers/usb/host/fotg210-hcd.c 	head->qh_next.qh = qh;
qh_next          3089 drivers/usb/host/fotg210-hcd.c 	while (prev->qh_next.qh != qh)
qh_next          3090 drivers/usb/host/fotg210-hcd.c 		prev = prev->qh_next.qh;
qh_next          3093 drivers/usb/host/fotg210-hcd.c 	prev->qh_next = qh->qh_next;
qh_next          3095 drivers/usb/host/fotg210-hcd.c 		fotg210->qh_scan_next = qh->qh_next.qh;
qh_next          3144 drivers/usb/host/fotg210-hcd.c 		qh->qh_next.qh = NULL;
qh_next          3169 drivers/usb/host/fotg210-hcd.c 	next = fotg210->async->qh_next.qh;
qh_next          3172 drivers/usb/host/fotg210-hcd.c 		next = qh->qh_next.qh;
qh_next          3222 drivers/usb/host/fotg210-hcd.c 	fotg210->qh_scan_next = fotg210->async->qh_next.qh;
qh_next          3225 drivers/usb/host/fotg210-hcd.c 		fotg210->qh_scan_next = qh->qh_next.qh;
qh_next          3286 drivers/usb/host/fotg210-hcd.c 		return &periodic->qh->qh_next;
qh_next          3358 drivers/usb/host/fotg210-hcd.c 			q = &q->qh->qh_next;
qh_next          3437 drivers/usb/host/fotg210-hcd.c 				here = here.qh->qh_next;
qh_next          3521 drivers/usb/host/fotg210-hcd.c 			prev = &here.qh->qh_next;
qh_next          3527 drivers/usb/host/fotg210-hcd.c 			qh->qh_next = here;
qh_next          3592 drivers/usb/host/fotg210-hcd.c 	qh->qh_next.ptr = NULL;
qh_next          4967 drivers/usb/host/fotg210-hcd.c 	fotg210->async->qh_next.qh = NULL;
qh_next          5406 drivers/usb/host/fotg210-hcd.c 		for (tmp = fotg210->async->qh_next.qh;
qh_next          5408 drivers/usb/host/fotg210-hcd.c 				tmp = tmp->qh_next.qh)
qh_next           441 drivers/usb/host/fotg210.h 	union fotg210_shadow	qh_next;	/* ptr to qh; or periodic */
qh_next           328 drivers/usb/host/oxu210hp-hcd.c 	union ehci_shadow	qh_next;	/* ptr to qh; or periodic */
qh_next          1049 drivers/usb/host/oxu210hp-hcd.c 	if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
qh_next          1924 drivers/usb/host/oxu210hp-hcd.c 	if (!head->qh_next.qh) {
qh_next          1943 drivers/usb/host/oxu210hp-hcd.c 	qh->qh_next = head->qh_next;
qh_next          1947 drivers/usb/host/oxu210hp-hcd.c 	head->qh_next.qh = qh;
qh_next          2091 drivers/usb/host/oxu210hp-hcd.c 	qh->qh_next.qh = NULL;
qh_next          2112 drivers/usb/host/oxu210hp-hcd.c 				&& oxu->async->qh_next.qh == NULL)
qh_next          2154 drivers/usb/host/oxu210hp-hcd.c 	while (prev->qh_next.qh != qh)
qh_next          2155 drivers/usb/host/oxu210hp-hcd.c 		prev = prev->qh_next.qh;
qh_next          2158 drivers/usb/host/oxu210hp-hcd.c 	prev->qh_next = qh->qh_next;
qh_next          2185 drivers/usb/host/oxu210hp-hcd.c 	qh = oxu->async->qh_next.qh;
qh_next          2220 drivers/usb/host/oxu210hp-hcd.c 			qh = qh->qh_next.qh;
qh_next          2238 drivers/usb/host/oxu210hp-hcd.c 		return &periodic->qh->qh_next;
qh_next          2285 drivers/usb/host/oxu210hp-hcd.c 			q = &q->qh->qh_next;
qh_next          2388 drivers/usb/host/oxu210hp-hcd.c 			prev = &here.qh->qh_next;
qh_next          2394 drivers/usb/host/oxu210hp-hcd.c 			qh->qh_next = here;
qh_next          2451 drivers/usb/host/oxu210hp-hcd.c 	qh->qh_next.ptr = NULL;
qh_next          2719 drivers/usb/host/oxu210hp-hcd.c 				q = q.qh->qh_next;
qh_next          2820 drivers/usb/host/oxu210hp-hcd.c 			(oxu->async->qh_next.ptr != NULL ||
qh_next          3044 drivers/usb/host/oxu210hp-hcd.c 	oxu->async->qh_next.qh = NULL;
qh_next          3441 drivers/usb/host/oxu210hp-hcd.c 		for (tmp = oxu->async->qh_next.qh;
qh_next          3443 drivers/usb/host/oxu210hp-hcd.c 				tmp = tmp->qh_next.qh)
qh_next          3989 drivers/usb/host/oxu210hp-hcd.c 	if (oxu->async->qh_next.qh)
qh_next           913 drivers/usb/isp1760/isp1760-hcd.c 	struct isp1760_qh *qh, *qh_next;
qh_next           931 drivers/usb/isp1760/isp1760-hcd.c 		list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) {
qh_next           970 drivers/usb/isp1760/isp1760-hcd.c 		list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list)