Searched refs:PrevHcdQH (Results 1 – 2 of 2) sorted by relevance
30 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() local1886 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 …]
90 struct _UHCI_HCD_QH * PrevHcdQH; member