|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| NTSTATUS FDO_CloseConfiguration | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 345 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 640 of file fdo.c.
Referenced by USBCCGP_Dispatch().
| NTSTATUS FDO_HandleInternalDeviceControl | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 588 of file fdo.c.
Referenced by FDO_Dispatch().
| NTSTATUS FDO_HandlePnp | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 389 of file fdo.c.
Referenced by FDO_Dispatch().
| NTSTATUS FDO_HandleResetCyclePort | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 490 of file fdo.c.
Referenced by FDO_HandleInternalDeviceControl().
| NTSTATUS FDO_HandleSystemControl | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 624 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 251 of file fdo.c.
Referenced by FDO_HandlePnp().