Searched refs:sst_ipc_tx_message_wait (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/sound/soc/intel/skylake/ |
| D | skl-sst-ipc.c | 631 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_create_pipeline() 653 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_delete_pipeline() 677 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_set_pipeline_state() 700 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_save_pipeline() 722 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_restore_pipeline() 747 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, in skl_ipc_set_dx() 784 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, param_data, in skl_ipc_init_instance() 817 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_bind_unbind() 866 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, data, in skl_ipc_unload_modules() 906 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, in skl_ipc_set_large_config() [all …]
|
| /Linux-v4.19/sound/soc/intel/haswell/ |
| D | sst-haswell-ipc.c | 830 ret = sst_ipc_tx_message_wait(&hsw->ipc, in sst_hsw_fw_get_version() 895 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, req, in sst_hsw_stream_set_volume() 961 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &req, in sst_hsw_mixer_set_volume() 1020 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &stream->free_req, in sst_hsw_stream_free() 1212 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, str_req, in sst_hsw_stream_commit() 1262 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, NULL, 0, in sst_hsw_mixer_get_info() 1284 return sst_ipc_tx_message_wait(&hsw->ipc, header, in sst_hsw_stream_operations() 1414 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &config, in sst_hsw_device_set_config() 1435 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &state_, in sst_hsw_dx_set_state() 1950 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, in sst_hsw_module_enable() [all …]
|
| /Linux-v4.19/sound/soc/intel/common/ |
| D | sst-ipc.h | 77 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header,
|
| D | sst-ipc.c | 185 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_wait() function 208 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_wait);
|
| /Linux-v4.19/sound/soc/intel/baytrail/ |
| D | sst-baytrail-ipc.c | 427 ret = sst_ipc_tx_message_wait(&byt->ipc, header, str_req, in sst_byt_stream_commit() 451 ret = sst_ipc_tx_message_wait(&byt->ipc, header, NULL, 0, NULL, 0); in sst_byt_stream_free() 475 return sst_ipc_tx_message_wait(&byt->ipc, header, NULL, in sst_byt_stream_operations()
|