Lines Matching refs:cmd

356 	comp->hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_NEW;  in sof_comp_alloc()
510 pipeline->hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_NEW; in sof_ipc3_widget_setup_comp_pipeline()
577 buffer->comp.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_BUFFER_NEW; in sof_ipc3_widget_setup_comp_buffer()
840 switch (cdata->cmd) { in sof_get_control_data()
1554 config[i].hdr.cmd = SOF_IPC_GLB_DAI_MSG | SOF_IPC_DAI_CONFIG; in sof_ipc3_widget_setup_comp_dai()
1650 connect.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_CONNECT; in sof_ipc3_route_setup()
1693 cdata->cmd = SOF_CTRL_CMD_BINARY; in sof_ipc3_control_load_bytes()
1747 cdata->cmd = SOF_CTRL_CMD_SWITCH; in sof_ipc3_control_load_volume()
1751 cdata->cmd = SOF_CTRL_CMD_VOLUME; in sof_ipc3_control_load_volume()
1775 cdata->cmd = SOF_CTRL_CMD_ENUM; in sof_ipc3_control_load_enum()
1803 fcomp.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_FREE; in sof_ipc3_control_free()
1833 pcm.hdr.cmd = SOF_IPC_GLB_STREAM_MSG | SOF_IPC_STREAM_PCM_PARAMS; in sof_ipc3_keyword_detect_pcm_params()
1868 static int sof_ipc3_keyword_detect_trigger(struct snd_sof_widget *swidget, int cmd) in sof_ipc3_keyword_detect_trigger() argument
1877 stream.hdr.cmd = SOF_IPC_GLB_STREAM_MSG | cmd; in sof_ipc3_keyword_detect_trigger()
2005 ready.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_COMPLETE; in sof_ipc3_complete_pipeline()
2020 .cmd = SOF_IPC_GLB_TPLG_MSG, in sof_ipc3_widget_free()
2032 ipc_free.hdr.cmd |= SOF_IPC_TPLG_PIPE_FREE; in sof_ipc3_widget_free()
2036 ipc_free.hdr.cmd |= SOF_IPC_TPLG_BUFFER_FREE; in sof_ipc3_widget_free()
2039 ipc_free.hdr.cmd |= SOF_IPC_TPLG_COMP_FREE; in sof_ipc3_widget_free()