ReactOS 0.4.16-dev-2293-g4d8327b
_HDA_ASYNC_CONTEXT Struct Reference

#include <hdac_controller.h>

Collaboration diagram for _HDA_ASYNC_CONTEXT:

Public Attributes

PPDO_DEVICE_DATA devData
 
ULONG Count
 
PHDAUDIO_CODEC_TRANSFER CodecTransfer
 
PHDAUDIO_TRANSFER_COMPLETE_CALLBACK Callback
 
PVOID CallbackContext
 

Detailed Description

Definition at line 4 of file hdac_controller.h.

Member Data Documentation

◆ Callback

PHDAUDIO_TRANSFER_COMPLETE_CALLBACK _HDA_ASYNC_CONTEXT::Callback

Definition at line 8 of file hdac_controller.h.

Referenced by HDA_AsyncWait(), and HDA_TransferCodecVerbs().

◆ CallbackContext

PVOID _HDA_ASYNC_CONTEXT::CallbackContext

Definition at line 9 of file hdac_controller.h.

Referenced by HDA_AsyncWait(), and HDA_TransferCodecVerbs().

◆ CodecTransfer

PHDAUDIO_CODEC_TRANSFER _HDA_ASYNC_CONTEXT::CodecTransfer

Definition at line 7 of file hdac_controller.h.

Referenced by HDA_AsyncWait(), and HDA_TransferCodecVerbs().

◆ Count

ULONG _HDA_ASYNC_CONTEXT::Count

Definition at line 6 of file hdac_controller.h.

Referenced by HDA_AsyncWait(), and HDA_TransferCodecVerbs().

◆ devData

PPDO_DEVICE_DATA _HDA_ASYNC_CONTEXT::devData

Definition at line 5 of file hdac_controller.h.

Referenced by HDA_AsyncWait(), and HDA_TransferCodecVerbs().


The documentation for this struct was generated from the following file: