|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "hdaudbus.h"
Go to the source code of this file.
Variables | |
| DRIVER_DISPATCH | HDA_Pnp |
| DRIVER_DISPATCH | HDA_SystemControl |
| DRIVER_DISPATCH | HDA_Power |
| DRIVER_ADD_DEVICE | HDA_AddDevice |
| DRIVER_UNLOAD | HDA_Unload |
| DRIVER_INITIALIZE | DriverEntry |
Definition at line 19 of file hdaudbus.cpp.
Referenced by HDA_PdoPnp().
| NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PUNICODE_STRING | RegistryPathName | ||
| ) |
Definition at line 307 of file hdaudbus.cpp.
| VOID FreeItem | ( | __drv_freesMem(Mem) PVOID | Item | ) |
Definition at line 27 of file hdaudbus.cpp.
| NTSTATUS NTAPI HDA_AddDevice | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PDEVICE_OBJECT | PhysicalDeviceObject | ||
| ) |
Definition at line 264 of file hdaudbus.cpp.
| NTSTATUS HDA_FdoPnp | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
| _Inout_ PIRP | Irp | ||
| ) |
Definition at line 34 of file hdaudbus.cpp.
Referenced by HDA_Pnp().
| NTSTATUS HDA_PdoPnp | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
| _Inout_ PIRP | Irp | ||
| ) |
Definition at line 95 of file hdaudbus.cpp.
Referenced by HDA_Pnp().
Definition at line 194 of file hdaudbus.cpp.
Definition at line 238 of file hdaudbus.cpp.
Definition at line 214 of file hdaudbus.cpp.
| VOID NTAPI HDA_Unload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 297 of file hdaudbus.cpp.
| DRIVER_INITIALIZE DriverEntry |
Definition at line 16 of file hdaudbus.cpp.
| DRIVER_ADD_DEVICE HDA_AddDevice |
Definition at line 14 of file hdaudbus.cpp.
Referenced by DriverEntry().
| DRIVER_DISPATCH HDA_Pnp |
Definition at line 11 of file hdaudbus.cpp.
Referenced by DriverEntry().
| DRIVER_DISPATCH HDA_Power |
Definition at line 13 of file hdaudbus.cpp.
Referenced by DriverEntry().
| DRIVER_DISPATCH HDA_SystemControl |
Definition at line 12 of file hdaudbus.cpp.
Referenced by DriverEntry().
| DRIVER_UNLOAD HDA_Unload |
Definition at line 15 of file hdaudbus.cpp.
Referenced by DriverEntry().