|
ReactOS 0.4.16-dev-2293-g4d8327b
|
#include <fdo.h>

Public Attributes | |
| union { | |
| UINT32 * buf | |
| PHDAC_RIRB rirbbuf | |
| }; | |
| PHYSICAL_ADDRESS | addr |
| UINT16 | rp |
| UINT16 | wp |
| LONG | cmds [HDA_MAX_CODECS] |
| KEVENT | xferEvent [HDA_MAX_CODECS] |
| HDAC_CODEC_XFER | xfer [HDA_MAX_CODECS] |
| union { ... } _HDAC_RB::@1549 |
| PHYSICAL_ADDRESS _HDAC_RB::addr |
Definition at line 93 of file fdo.h.
Referenced by HDAInitCorb(), and HDAInitRirb().
| UINT32* _HDAC_RB::buf |
Definition at line 90 of file fdo.h.
Referenced by HDAInitCorb(), HDAInitRirb(), and SendHDACmds().
| LONG _HDAC_RB::cmds[HDA_MAX_CODECS] |
Definition at line 95 of file fdo.h.
Referenced by HDA_WaitForTransfer(), HDAFlushRIRB(), HDAInitRirb(), and SendHDACmds().
| PHDAC_RIRB _HDAC_RB::rirbbuf |
Definition at line 91 of file fdo.h.
Referenced by HDAFlushRIRB().
| UINT16 _HDAC_RB::rp |
Definition at line 94 of file fdo.h.
Referenced by HDAFlushRIRB(), and HDAInitRirb().
| UINT16 _HDAC_RB::wp |
Definition at line 94 of file fdo.h.
Referenced by HDAFlushRIRB(), and HDAInitCorb().
| HDAC_CODEC_XFER _HDAC_RB::xfer[HDA_MAX_CODECS] |
Definition at line 97 of file fdo.h.
Referenced by HDAFlushRIRB(), and SendHDACmds().
| KEVENT _HDAC_RB::xferEvent[HDA_MAX_CODECS] |
Definition at line 96 of file fdo.h.
Referenced by Fdo_EvtDeviceD0EntryPostInterrupts(), HDA_WaitForTransfer(), and HDAFlushRIRB().