Searched refs:CommandListEntry (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Dutils.h14 struct CommandListEntry { struct in namespace:audio::intel_hda::codecs
H A Drealtek-codec.h32 zx_status_t RunCommandList(const CommandListEntry* cmds, size_t cmd_count);
H A Drealtek-codec.cpp91 static const CommandListEntry START_CMDS[] = {
181 static const CommandListEntry START_CMDS[] = {
276 static const CommandListEntry START_CMDS[] = {
344 zx_status_t RealtekCodec::RunCommandList(const CommandListEntry* cmds, size_t cmd_count) {
/fuchsia/zircon/system/uapp/ihda/
H A Dcodec_state_fetcher.h67 void SetupCmdList(const CommandListEntry* cmds,
91 const CommandListEntry* cmds_ = nullptr;
H A Dintel_hda_codec.h27 struct CommandListEntry { struct in class:audio::intel_hda::IntelHDACodec
56 const CommandListEntry<T>* cmds,
H A Dintel_hda_codec.cpp29 static const IntelHDACodec::CommandListEntry<UnsolicitedResponseState>
56 static const IntelHDACodec::CommandListEntry<PowerState> FETCH_POWER_STATE[] = {
203 static const IntelHDACodec::CommandListEntry<AudioWidgetState> FETCH_AUDIO_INPUT_CAPS[] = {
212 static const IntelHDACodec::CommandListEntry<AudioWidgetState> FETCH_AUDIO_OUTPUT_CAPS[] = {
220 static const IntelHDACodec::CommandListEntry<AudioWidgetState> FETCH_DIGITAL_PIN_COMPLEX_CAPS[] = {
229 static const IntelHDACodec::CommandListEntry<AudioWidgetState>
240 static const IntelHDACodec::CommandListEntry<AudioWidgetState> FETCH_MIXER_CAPS[] = {
246 static const IntelHDACodec::CommandListEntry<AudioWidgetState> FETCH_SELECTOR_CAPS[] = {
253 static const IntelHDACodec::CommandListEntry<AudioWidgetState> FETCH_POWER_CAPS[] = {
257 static const IntelHDACodec::CommandListEntry<AudioWidgetStat
[all...]

Completed in 87 milliseconds