Home
last modified time | relevance | path

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

/reactos/drivers/hid/hidclass/
H A Dhidclass.c197 InitializeListHead(&Context->IrpCompletedListHead); in HidClass_Create()
308 while (!IsListEmpty(&IrpContext->IrpCompletedListHead)) in HidClass_Close()
313 Entry = RemoveHeadList(&IrpContext->IrpCompletedListHead); in HidClass_Close()
452 InsertTailList(&IrpContext->FileOp->IrpCompletedListHead, &Irp->Tail.Overlay.ListEntry); in HidClass_ReadCompleteIrp()
511 if (!IsListEmpty(&Context->IrpCompletedListHead)) in HidClass_GetIrp()
516 ListEntry = RemoveHeadList(&Context->IrpCompletedListHead); in HidClass_GetIrp()
H A Dprecomp.h136 LIST_ENTRY IrpCompletedListHead; member