next_qh           399 drivers/usb/host/uhci-hcd.h 	struct uhci_qh *next_qh;	/* Next QH to scan */
next_qh           505 drivers/usb/host/uhci-q.c 	if (qh == uhci->next_qh)
next_qh           506 drivers/usb/host/uhci-q.c 		uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
next_qh           574 drivers/usb/host/uhci-q.c 	if (qh == uhci->next_qh)
next_qh           575 drivers/usb/host/uhci-q.c 		uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
next_qh           590 drivers/usb/host/uhci-q.c 	if (qh == uhci->next_qh)
next_qh           591 drivers/usb/host/uhci-q.c 		uhci->next_qh = list_entry(qh->node.next, struct uhci_qh,
next_qh          1762 drivers/usb/host/uhci-q.c 		uhci->next_qh = list_entry(uhci->skelqh[i]->node.next,
next_qh          1764 drivers/usb/host/uhci-q.c 		while ((qh = uhci->next_qh) != uhci->skelqh[i]) {
next_qh          1765 drivers/usb/host/uhci-q.c 			uhci->next_qh = list_entry(qh->node.next,
next_qh           934 drivers/usb/musb/musb_host.c 	struct musb_qh		*cur_qh, *next_qh;
next_qh           980 drivers/usb/musb/musb_host.c 			next_qh = first_qh(&musb->in_bulk);
next_qh           989 drivers/usb/musb/musb_host.c 			next_qh = first_qh(&musb->out_bulk);
next_qh           995 drivers/usb/musb/musb_host.c 		if (next_qh)
next_qh           996 drivers/usb/musb/musb_host.c 			musb_start_urb(musb, is_in, next_qh);