Home
last modified time | relevance | path

Searched refs:sst_ipc_tx_message_wait (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-ipc.c536 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_create_pipeline()
558 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_delete_pipeline()
582 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_set_pipeline_state()
605 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_save_pipeline()
627 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_restore_pipeline()
652 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, in skl_ipc_set_dx()
688 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, param_data, in skl_ipc_init_instance()
721 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_bind_unbind()
762 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, in skl_ipc_set_large_config()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c836 ret = sst_ipc_tx_message_wait(&hsw->ipc, in sst_hsw_fw_get_version()
901 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, req, in sst_hsw_stream_set_volume()
967 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &req, in sst_hsw_mixer_set_volume()
1026 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &stream->free_req, in sst_hsw_stream_free()
1218 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, str_req, in sst_hsw_stream_commit()
1268 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, NULL, 0, in sst_hsw_mixer_get_info()
1290 return sst_ipc_tx_message_wait(&hsw->ipc, header, in sst_hsw_stream_operations()
1420 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &config, in sst_hsw_device_set_config()
1441 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &state_, in sst_hsw_dx_set_state()
1956 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, in sst_hsw_module_enable()
[all …]
/linux-4.4.14/sound/soc/intel/common/
Dsst-ipc.h78 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header,
Dsst-ipc.c190 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_wait() function
196 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_wait);
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c434 ret = sst_ipc_tx_message_wait(&byt->ipc, header, str_req, in sst_byt_stream_commit()
458 ret = sst_ipc_tx_message_wait(&byt->ipc, header, NULL, 0, NULL, 0); in sst_byt_stream_free()
482 return sst_ipc_tx_message_wait(&byt->ipc, header, NULL, in sst_byt_stream_operations()