|
ReactOS 0.4.16-dev-2293-g4d8327b
|

Go to the source code of this file.
Macros | |
| #define | HDAC_MAX_CAPS 10 |
| #define | ENABLE_HDA 1 |
Functions | |
| void | CheckHDAGraphicsRegistryKeys (PFDO_CONTEXT fdoCtx) |
| NTSTATUS NTAPI | HDAGraphicsPowerInterfaceCallback (PVOID NotificationStruct, PVOID Context) |
| NTSTATUS NTAPI | Fdo_Initialize (_In_ PFDO_CONTEXT FdoCtx) |
| NTSTATUS NTAPI | Fdo_Create (_Inout_ PWDFDEVICE_INIT DeviceInit) |
| NTSTATUS NTAPI | Fdo_EvtDevicePrepareHardware (_In_ WDFDEVICE Device, _In_ WDFCMRESLIST ResourcesRaw, _In_ WDFCMRESLIST ResourcesTranslated) |
| NTSTATUS NTAPI | Fdo_EvtDeviceReleaseHardware (_In_ WDFDEVICE Device, _In_ WDFCMRESLIST ResourcesTranslated) |
| NTSTATUS NTAPI | Fdo_EvtDeviceD0Entry (_In_ WDFDEVICE Device, _In_ WDF_POWER_DEVICE_STATE PreviousState) |
| NTSTATUS NTAPI | Fdo_EvtDeviceD0EntryPostInterrupts (_In_ WDFDEVICE Device, _In_ WDF_POWER_DEVICE_STATE PreviousState) |
| NTSTATUS NTAPI | Fdo_EvtDeviceD0Exit (_In_ WDFDEVICE Device, _In_ WDF_POWER_DEVICE_STATE TargetState) |
| void NTAPI | Fdo_EnumerateCodec (PFDO_CONTEXT fdoCtx, UINT8 addr) |
| NTSTATUS NTAPI | Fdo_EvtDeviceSelfManagedIoInit (_In_ WDFDEVICE Device) |
Variables | |
| EVT_WDF_DEVICE_PREPARE_HARDWARE | Fdo_EvtDevicePrepareHardware |
| EVT_WDF_DEVICE_RELEASE_HARDWARE | Fdo_EvtDeviceReleaseHardware |
| EVT_WDF_DEVICE_D0_ENTRY | Fdo_EvtDeviceD0Entry |
| EVT_WDF_DEVICE_D0_ENTRY_POST_INTERRUPTS_ENABLED | Fdo_EvtDeviceD0EntryPostInterrupts |
| EVT_WDF_DEVICE_D0_EXIT | Fdo_EvtDeviceD0Exit |
| EVT_WDF_DEVICE_SELF_MANAGED_IO_INIT | Fdo_EvtDeviceSelfManagedIoInit |
| #define HDAC_MAX_CAPS 10 |
| void CheckHDAGraphicsRegistryKeys | ( | PFDO_CONTEXT | fdoCtx | ) |
Definition at line 313 of file sgpc.cpp.
Referenced by Fdo_Create().
| NTSTATUS NTAPI Fdo_Create | ( | _Inout_ PWDFDEVICE_INIT | DeviceInit | ) |
Definition at line 29 of file fdo.cpp.
Referenced by SklHdAudBusEvtDeviceAdd().
| void NTAPI Fdo_EnumerateCodec | ( | PFDO_CONTEXT | fdoCtx, |
| UINT8 | addr | ||
| ) |
Definition at line 680 of file fdo.cpp.
Referenced by EnumerateGraphicsCodec(), and Fdo_EvtDeviceSelfManagedIoInit().
| NTSTATUS NTAPI Fdo_EvtDeviceD0Entry | ( | _In_ WDFDEVICE | Device, |
| _In_ WDF_POWER_DEVICE_STATE | PreviousState | ||
| ) |
Definition at line 557 of file fdo.cpp.
| NTSTATUS NTAPI Fdo_EvtDeviceD0EntryPostInterrupts | ( | _In_ WDFDEVICE | Device, |
| _In_ WDF_POWER_DEVICE_STATE | PreviousState | ||
| ) |
Definition at line 617 of file fdo.cpp.
| NTSTATUS NTAPI Fdo_EvtDeviceD0Exit | ( | _In_ WDFDEVICE | Device, |
| _In_ WDF_POWER_DEVICE_STATE | TargetState | ||
| ) |
Definition at line 658 of file fdo.cpp.
| NTSTATUS NTAPI Fdo_EvtDevicePrepareHardware | ( | _In_ WDFDEVICE | Device, |
| _In_ WDFCMRESLIST | ResourcesRaw, | ||
| _In_ WDFCMRESLIST | ResourcesTranslated | ||
| ) |
Definition at line 210 of file fdo.cpp.
| NTSTATUS NTAPI Fdo_EvtDeviceReleaseHardware | ( | _In_ WDFDEVICE | Device, |
| _In_ WDFCMRESLIST | ResourcesTranslated | ||
| ) |
Definition at line 484 of file fdo.cpp.
Definition at line 773 of file fdo.cpp.
| NTSTATUS NTAPI Fdo_Initialize | ( | _In_ PFDO_CONTEXT | FdoCtx | ) |
Definition at line 147 of file fdo.cpp.
Referenced by Fdo_Create().
Definition at line 267 of file sgpc.cpp.
Referenced by Fdo_EvtDeviceSelfManagedIoInit().
| EVT_WDF_DEVICE_D0_ENTRY Fdo_EvtDeviceD0Entry |
Definition at line 7 of file fdo.cpp.
Referenced by Fdo_Create().
| EVT_WDF_DEVICE_D0_ENTRY_POST_INTERRUPTS_ENABLED Fdo_EvtDeviceD0EntryPostInterrupts |
Definition at line 8 of file fdo.cpp.
Referenced by Fdo_Create().
| EVT_WDF_DEVICE_D0_EXIT Fdo_EvtDeviceD0Exit |
Definition at line 9 of file fdo.cpp.
Referenced by Fdo_Create().
| EVT_WDF_DEVICE_PREPARE_HARDWARE Fdo_EvtDevicePrepareHardware |
Definition at line 5 of file fdo.cpp.
Referenced by Fdo_Create().
| EVT_WDF_DEVICE_RELEASE_HARDWARE Fdo_EvtDeviceReleaseHardware |
Definition at line 6 of file fdo.cpp.
Referenced by Fdo_Create().
| EVT_WDF_DEVICE_SELF_MANAGED_IO_INIT Fdo_EvtDeviceSelfManagedIoInit |
Definition at line 10 of file fdo.cpp.
Referenced by Fdo_Create().