|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <sb16.h>
Go to the source code of this file.
Classes | |
| struct | Resources |
Macros | |
| #define | MAX_MINIPORTS 1 |
Functions | |
| DWORD | DetectPlatform (PPORTTOPOLOGY Port) |
| NTSTATUS | DetectFeatures (IN PRESOURCELIST ResourceList, OUT PBOOLEAN HasUart, OUT PBOOLEAN HasFmSynth, OUT PBOOLEAN HasWaveTable) |
| NTSTATUS | AssignResources (IN PRESOURCELIST ResourceList, OUT Resources *Resources) |
| NTSTATUS | StartDevice (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, IN PRESOURCELIST ResourceList) |
| NTSTATUS | AddDevice (IN PDRIVER_OBJECT DriverObject, IN PDEVICE_OBJECT PhysicalDeviceObject) |
| NTSTATUS | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPathName) |
| NTSTATUS AddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
| ) |
Definition at line 335 of file main.cpp.
| NTSTATUS AssignResources | ( | IN PRESOURCELIST | ResourceList, |
| OUT Resources * | Resources | ||
| ) |
Definition at line 184 of file main.cpp.
Referenced by StartDevice().
| NTSTATUS DetectFeatures | ( | IN PRESOURCELIST | ResourceList, |
| OUT PBOOLEAN | HasUart, | ||
| OUT PBOOLEAN | HasFmSynth, | ||
| OUT PBOOLEAN | HasWaveTable | ||
| ) |
Definition at line 81 of file main.cpp.
Referenced by AssignResources().
| DWORD DetectPlatform | ( | PPORTTOPOLOGY | Port | ) |
Definition at line 29 of file main.cpp.
| NTSTATUS DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PUNICODE_STRING | RegistryPathName | ||
| ) |
Definition at line 348 of file main.cpp.
| NTSTATUS StartDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PRESOURCELIST | ResourceList | ||
| ) |
Definition at line 307 of file main.cpp.
Referenced by AddDevice().