ReactOS 0.4.16-dev-41-ge8c7597
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS HidClassPDO_CreatePDO | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PDEVICE_RELATIONS * | OutDeviceRelations | ||
) |
Definition at line 660 of file pdo.c.
Referenced by HidClassFDO_DeviceRelations().
PHIDP_COLLECTION_DESC HidClassPDO_GetCollectionDescription | ( | PHIDP_DEVICE_DESC | DeviceDescription, |
ULONG | CollectionNumber | ||
) |
Definition at line 19 of file pdo.c.
Referenced by HidClass_BuildIrp(), HidClass_DeviceControl(), HidClass_ReadCompleteIrp(), and HidClassPDO_HandleQueryHardwareId().
PHIDP_REPORT_IDS HidClassPDO_GetReportDescription | ( | PHIDP_DEVICE_DESC | DeviceDescription, |
ULONG | CollectionNumber | ||
) |
Definition at line 45 of file pdo.c.
Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().
PHIDP_REPORT_IDS HidClassPDO_GetReportDescriptionByReportID | ( | PHIDP_DEVICE_DESC | DeviceDescription, |
UCHAR | ReportID | ||
) |
Definition at line 71 of file pdo.c.
Referenced by HidClass_DeviceControl().
NTSTATUS HidClassPDO_HandleQueryCompatibleId | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 350 of file pdo.c.
Referenced by HidClassPDO_PnP().
NTSTATUS HidClassPDO_HandleQueryDeviceId | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 97 of file pdo.c.
Referenced by HidClassPDO_PnP().
NTSTATUS HidClassPDO_HandleQueryHardwareId | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 172 of file pdo.c.
Referenced by HidClassPDO_PnP().
NTSTATUS HidClassPDO_HandleQueryInstanceId | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 312 of file pdo.c.
Referenced by HidClassPDO_PnP().
NTSTATUS HidClassPDO_PnP | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 379 of file pdo.c.
Referenced by HidClass_PnP().