Lines Matching full:tokens
10 #include <uapi/sound/sof/tokens.h>
231 * DMIC PDM Tokens
233 * as it increments the index while parsing the array of pdm tokens
301 /* Core tokens */
307 /* Component extended tokens */
314 [SOF_PCM_TOKENS] = {"PCM tokens", pcm_tokens, ARRAY_SIZE(pcm_tokens)},
315 [SOF_PIPELINE_TOKENS] = {"Pipeline tokens", pipeline_tokens, ARRAY_SIZE(pipeline_tokens)},
316 [SOF_SCHED_TOKENS] = {"Scheduler tokens", sched_tokens, ARRAY_SIZE(sched_tokens)},
317 [SOF_COMP_TOKENS] = {"Comp tokens", comp_tokens, ARRAY_SIZE(comp_tokens)},
318 [SOF_CORE_TOKENS] = {"Core tokens", core_tokens, ARRAY_SIZE(core_tokens)},
319 [SOF_COMP_EXT_TOKENS] = {"AFE tokens", comp_ext_tokens, ARRAY_SIZE(comp_ext_tokens)},
320 [SOF_BUFFER_TOKENS] = {"Buffer tokens", buffer_tokens, ARRAY_SIZE(buffer_tokens)},
321 [SOF_VOLUME_TOKENS] = {"Volume tokens", volume_tokens, ARRAY_SIZE(volume_tokens)},
322 [SOF_SRC_TOKENS] = {"SRC tokens", src_tokens, ARRAY_SIZE(src_tokens)},
323 [SOF_ASRC_TOKENS] = {"ASRC tokens", asrc_tokens, ARRAY_SIZE(asrc_tokens)},
324 [SOF_PROCESS_TOKENS] = {"Process tokens", process_tokens, ARRAY_SIZE(process_tokens)},
325 [SOF_DAI_TOKENS] = {"DAI tokens", dai_tokens, ARRAY_SIZE(dai_tokens)},
326 [SOF_DAI_LINK_TOKENS] = {"DAI link tokens", dai_link_tokens, ARRAY_SIZE(dai_link_tokens)},
327 [SOF_HDA_TOKENS] = {"HDA tokens", hda_tokens, ARRAY_SIZE(hda_tokens)},
328 [SOF_SSP_TOKENS] = {"SSP tokens", ssp_tokens, ARRAY_SIZE(ssp_tokens)},
329 [SOF_ALH_TOKENS] = {"ALH tokens", alh_tokens, ARRAY_SIZE(alh_tokens)},
330 [SOF_DMIC_TOKENS] = {"DMIC tokens", dmic_tokens, ARRAY_SIZE(dmic_tokens)},
331 [SOF_DMIC_PDM_TOKENS] = {"DMIC PDM tokens", dmic_pdm_tokens, ARRAY_SIZE(dmic_pdm_tokens)},
332 [SOF_ESAI_TOKENS] = {"ESAI tokens", esai_tokens, ARRAY_SIZE(esai_tokens)},
333 [SOF_SAI_TOKENS] = {"SAI tokens", sai_tokens, ARRAY_SIZE(sai_tokens)},
334 [SOF_AFE_TOKENS] = {"AFE tokens", afe_tokens, ARRAY_SIZE(afe_tokens)},
335 [SOF_ACPDMIC_TOKENS] = {"ACPDMIC tokens", acpdmic_tokens, ARRAY_SIZE(acpdmic_tokens)},
336 [SOF_ACPI2S_TOKENS] = {"ACPI2S tokens", acpi2s_tokens, ARRAY_SIZE(acpi2s_tokens)},
337 [SOF_MICFIL_TOKENS] = {"MICFIL PDM tokens",
457 /* parse one set of comp tokens */ in sof_ipc3_widget_setup_comp_tone()
490 /* parse one set of comp tokens */ in sof_ipc3_widget_setup_comp_mixer()
538 /* parse one set of scheduler tokens */ in sof_ipc3_widget_setup_comp_pipeline()
544 /* parse one set of pipeline tokens */ in sof_ipc3_widget_setup_comp_pipeline()
594 /* parse one set of buffer tokens */ in sof_ipc3_widget_setup_comp_buffer()
626 /* parse one set of src tokens */ in sof_ipc3_widget_setup_comp_src()
632 /* parse one set of comp tokens */ in sof_ipc3_widget_setup_comp_src()
667 /* parse one set of asrc tokens */ in sof_ipc3_widget_setup_comp_asrc()
673 /* parse one set of comp tokens */ in sof_ipc3_widget_setup_comp_asrc()
713 /* parse one set of comp tokens */ in sof_ipc3_widget_setup_comp_mux()
752 /* parse one set of volume tokens */ in sof_ipc3_widget_setup_comp_pga()
758 /* parse one set of comp tokens */ in sof_ipc3_widget_setup_comp_pga()
914 /* parse one set of comp tokens */ in sof_process_load()
979 /* parse one set of process tokens */ in sof_widget_update_ipc_comp_process()
1000 /* parse one set of HDA tokens */ in sof_link_hda_load()
1069 /* parse one set of SAI tokens */ in sof_link_sai_load()
1120 /* parse one set of ESAI tokens */ in sof_link_esai_load()
1168 /* parse the required set of MICFIL PDM tokens based on num_hw_cfgs */ in sof_link_micfil_load()
1199 /* parse the required set of ACPDMIC tokens based on num_hw_cfgs */ in sof_link_acp_dmic_load()
1327 /* parse the required set of AFE tokens based on num_hw_cfgs */ in sof_link_afe_load()
1433 /* parse the required set of DMIC tokens based on num_hw_cfgs */ in sof_link_dmic_load()
1439 /* parse the required set of DMIC PDM tokens based on number of active PDM's */ in sof_link_dmic_load()
1499 /* parse the required set of ALH tokens based on num_hw_cfgs */ in sof_link_alh_load()
1547 /* parse one set of DAI tokens */ in sof_ipc3_widget_setup_comp_dai()
1579 /* parse one set of DAI link tokens */ in sof_ipc3_widget_setup_comp_dai()