Home
last modified time | relevance | path

Searched refs:PHIDP_REPORT_IDS (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/ddk/
H A Dhidpddi.h27 }HIDP_REPORT_IDS, *PHIDP_REPORT_IDS; typedef
40 PHIDP_REPORT_IDS ReportIDs;
/reactos/drivers/hid/hidclass/
H A Dprecomp.h211 PHIDP_REPORT_IDS
216 PHIDP_REPORT_IDS
H A Dhidclass.c361 PHIDP_REPORT_IDS ReportDescription; in HidClass_ReadCompleteIrp()
550 PHIDP_REPORT_IDS ReportDescription; in HidClass_BuildIrp()
988 PHIDP_REPORT_IDS ReportDescription; in HidClass_DeviceControl()
1048 PHIDP_REPORT_IDS ReportDescription; in HidClass_DeviceControl()
H A Dpdo.c44 PHIDP_REPORT_IDS
70 PHIDP_REPORT_IDS
/reactos/sdk/lib/drivers/hidparser/
H A Dhidparser.c75 …DeviceDescription->ReportIDs = (PHIDP_REPORT_IDS)AllocFunction(sizeof(HIDP_REPORT_IDS) * Collectio… in HidParser_GetCollectionDescription()