ReactOS 0.4.15-dev-5896-g3f5bcf5
|
#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 18 of file hdaudbus.cpp.
Referenced by HDA_PdoPnp().
NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PUNICODE_STRING | RegistryPathName | ||
) |
Definition at line 310 of file hdaudbus.cpp.
VOID FreeItem | ( | __drv_freesMem(Mem) PVOID | Item | ) |
Definition at line 31 of file hdaudbus.cpp.
NTSTATUS NTAPI HDA_AddDevice | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 268 of file hdaudbus.cpp.
NTSTATUS HDA_FdoPnp | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 38 of file hdaudbus.cpp.
Referenced by HDA_Pnp().
NTSTATUS HDA_PdoPnp | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 99 of file hdaudbus.cpp.
Referenced by HDA_Pnp().
Definition at line 198 of file hdaudbus.cpp.
Definition at line 242 of file hdaudbus.cpp.
Definition at line 218 of file hdaudbus.cpp.
VOID NTAPI HDA_Unload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 301 of file hdaudbus.cpp.
DRIVER_INITIALIZE DriverEntry |
Definition at line 15 of file hdaudbus.cpp.
DRIVER_ADD_DEVICE HDA_AddDevice |
Definition at line 13 of file hdaudbus.cpp.
Referenced by DriverEntry().
DRIVER_DISPATCH HDA_Pnp |
Definition at line 10 of file hdaudbus.cpp.
Referenced by DriverEntry().
DRIVER_DISPATCH HDA_Power |
Definition at line 12 of file hdaudbus.cpp.
Referenced by DriverEntry().
DRIVER_DISPATCH HDA_SystemControl |
Definition at line 11 of file hdaudbus.cpp.
Referenced by DriverEntry().
DRIVER_UNLOAD HDA_Unload |
Definition at line 14 of file hdaudbus.cpp.
Referenced by DriverEntry().