skel_async_qh     213 drivers/usb/host/uhci-debug.c 		if (qh == uhci->skel_async_qh) {
skel_async_qh     528 drivers/usb/host/uhci-debug.c 			link = LINK_TO_QH(uhci, uhci->skel_async_qh);
skel_async_qh     645 drivers/usb/host/uhci-hcd.c 		uhci->skelqh[i]->link = LINK_TO_QH(uhci, uhci->skel_async_qh);
skel_async_qh     646 drivers/usb/host/uhci-hcd.c 	uhci->skel_async_qh->link = UHCI_PTR_TERM(uhci);
skel_async_qh     653 drivers/usb/host/uhci-hcd.c 	uhci->skel_async_qh->element = uhci->skel_term_qh->element =
skel_async_qh      55 drivers/usb/host/uhci-q.c 	lqh = list_entry(uhci->skel_async_qh->node.prev,
skel_async_qh      67 drivers/usb/host/uhci-q.c 	lqh = list_entry(uhci->skel_async_qh->node.prev,
skel_async_qh     459 drivers/usb/host/uhci-q.c 	list_for_each_entry_reverse(pqh, &uhci->skel_async_qh->node, node) {