ReactOS 0.4.15-dev-7085-g12a5971
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS HidClassFDO_CopyDeviceRelations | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PDEVICE_RELATIONS * | OutRelations | ||
) |
Definition at line 501 of file fdo.c.
Referenced by HidClassFDO_DeviceRelations().
NTSTATUS HidClassFDO_DeviceRelations | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 559 of file fdo.c.
Referenced by HidClassFDO_PnP().
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 NTAPI HidClassFDO_DispatchRequestSynchronousCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 129 of file fdo.c.
Referenced by HidClassFDO_DispatchRequestSynchronous().
NTSTATUS HidClassFDO_GetDescriptors | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 264 of file fdo.c.
Referenced by HidClassFDO_StartDevice().
NTSTATUS HidClassFDO_PnP | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 631 of file fdo.c.
Referenced by HidClass_PnP().
NTSTATUS HidClassFDO_QueryCapabilities | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN OUT PDEVICE_CAPABILITIES | Capabilities | ||
) |
Definition at line 35 of file fdo.c.
Referenced by HidClassFDO_StartDevice().
NTSTATUS NTAPI HidClassFDO_QueryCapabilitiesCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 18 of file fdo.c.
Referenced by HidClassFDO_QueryCapabilities().
NTSTATUS HidClassFDO_RemoveDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 464 of file fdo.c.
Referenced by HidClassFDO_PnP().
NTSTATUS HidClassFDO_StartDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 393 of file fdo.c.
Referenced by HidClassFDO_PnP().