ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS FDO_CloseConfiguration | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 338 of file fdo.c.
Referenced by FDO_HandlePnp().
NTSTATUS FDO_CreateChildPdo | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 169 of file fdo.c.
Referenced by FDO_StartDevice().
NTSTATUS FDO_DeviceRelations | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 102 of file fdo.c.
Referenced by FDO_HandlePnp().
NTSTATUS FDO_Dispatch | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 633 of file fdo.c.
Referenced by USBCCGP_Dispatch().
NTSTATUS FDO_HandleInternalDeviceControl | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 581 of file fdo.c.
Referenced by FDO_Dispatch().
NTSTATUS FDO_HandlePnp | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 382 of file fdo.c.
Referenced by FDO_Dispatch().
NTSTATUS FDO_HandleResetCyclePort | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 483 of file fdo.c.
Referenced by FDO_HandleInternalDeviceControl().
NTSTATUS FDO_HandleSystemControl | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 617 of file fdo.c.
Referenced by FDO_Dispatch().
NTSTATUS FDO_QueryCapabilities | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN OUT PDEVICE_CAPABILITIES | Capabilities | ||
) |
Definition at line 32 of file fdo.c.
Referenced by FDO_StartDevice().
NTSTATUS NTAPI FDO_QueryCapabilitiesCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 19 of file fdo.c.
Referenced by FDO_QueryCapabilities().
NTSTATUS FDO_StartDevice | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 244 of file fdo.c.
Referenced by FDO_HandlePnp().