Home
last modified time | relevance | path

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

/reactos/drivers/hid/kbdhid/
H A Dkbdhid.c691 PreparsedData = ExAllocatePoolWithTag(NonPagedPool, Information.DescriptorSize, KBDHID_TAG); in KbdHid_StartDevice()
710 ExFreePoolWithTag(PreparsedData, KBDHID_TAG); in KbdHid_StartDevice()
720 ExFreePoolWithTag(PreparsedData, KBDHID_TAG); in KbdHid_StartDevice()
729 …Extension->Report = ExAllocatePoolWithTag(NonPagedPool, DeviceExtension->ReportLength, KBDHID_TAG); in KbdHid_StartDevice()
750 Buffer = ExAllocatePoolWithTag(NonPagedPool, sizeof(USAGE_AND_PAGE) * 4 * Buttons, KBDHID_TAG); in KbdHid_StartDevice()
754 ExFreePoolWithTag(PreparsedData, KBDHID_TAG); in KbdHid_StartDevice()
813 ExFreePoolWithTag(DeviceExtension->PreparsedData, KBDHID_TAG); in KbdHid_FreeResources()
819 ExFreePoolWithTag(DeviceExtension->UsageListBuffer, KBDHID_TAG); in KbdHid_FreeResources()
835 ExFreePoolWithTag(DeviceExtension->Report, KBDHID_TAG); in KbdHid_FreeResources()
H A Dkbdhid.h148 #define KBDHID_TAG 'diHK' macro