Home
last modified time | relevance | path

Searched refs:PrevHcdQH (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/usb/usbuhci/
H A Dusbuhci.c30 DPRINT("PrevHcdQH - %X\n", QH->PrevHcdQH); in UhciDumpHcdQH()
181 NextQH->PrevHcdQH = QH; in UhciSetNextQH()
240 QH->PrevHcdQH = QH; in UhciOpenEndpoint()
1860 QH->PrevHcdQH = StaticQH; in UhciInsertQH()
1864 NextHcdQH->PrevHcdQH = QH; in UhciInsertQH()
1880 PUHCI_HCD_QH PrevHcdQH; in UhciUnlinkQH() local
1886 PrevHcdQH = QH->PrevHcdQH; in UhciUnlinkQH()
1891 PrevHcdQH->HwQH.NextQH = QH->HwQH.NextQH; in UhciUnlinkQH()
1892 PrevHcdQH->NextHcdQH = NextHcdQH; in UhciUnlinkQH()
1895 NextHcdQH->PrevHcdQH = PrevHcdQH; in UhciUnlinkQH()
[all …]
H A Dusbuhci.h90 struct _UHCI_HCD_QH * PrevHcdQH; member