|
ReactOS 0.4.16-dev-1948-gd260c1d
|


Go to the source code of this file.
Classes | |
| struct | HIDCLASS_DRIVER_EXTENSION |
| struct | HIDCLASS_COMMON_DEVICE_EXTENSION |
| struct | HIDCLASS_FDO_EXTENSION |
| struct | HIDCLASS_PDO_DEVICE_EXTENSION |
| struct | __HIDCLASS_FILEOP_CONTEXT__ |
| struct | HIDCLASS_IRP_CONTEXT |
Macros | |
| #define | _HIDPI_NO_FUNCTION_MACROS_ |
| #define | HIDCLASS_TAG 'CdiH' |
| typedef struct HIDCLASS_IRP_CONTEXT * PHIDCLASS_IRP_CONTEXT |
| NTSTATUS HidClassFDO_DispatchRequest | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 217 of file fdo.c.
Referenced by HidClass_Power(), and HidClassFDO_PnP().
| NTSTATUS HidClassFDO_DispatchRequestSynchronous | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 147 of file fdo.c.
Referenced by HidClassFDO_GetDescriptors(), HidClassFDO_RemoveDevice(), HidClassFDO_StartDevice(), HidClassPDO_HandleQueryDeviceId(), and HidClassPDO_HandleQueryHardwareId().
| NTSTATUS HidClassFDO_PnP | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 631 of file fdo.c.
Referenced by HidClass_PnP().
| NTSTATUS HidClassPDO_CreatePDO | ( | IN PDEVICE_OBJECT | DeviceObject, |
| OUT PDEVICE_RELATIONS * | OutDeviceRelations | ||
| ) |
Definition at line 668 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_PnP | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 379 of file pdo.c.
Referenced by HidClass_PnP().