Searched refs:sst_ipc_tx_message_wait (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-ipc.h | 75 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header,
|
D | sst-ipc.c | 171 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_wait() function 177 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_wait);
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 832 ret = sst_ipc_tx_message_wait(&hsw->ipc, in sst_hsw_fw_get_version() 897 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, req, in sst_hsw_stream_set_volume() 963 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &req, in sst_hsw_mixer_set_volume() 1022 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &stream->free_req, in sst_hsw_stream_free() 1214 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, str_req, in sst_hsw_stream_commit() 1264 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, NULL, 0, in sst_hsw_mixer_get_info() 1286 return sst_ipc_tx_message_wait(&hsw->ipc, header, in sst_hsw_stream_operations() 1416 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &config, in sst_hsw_device_set_config() 1437 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, &state_, in sst_hsw_dx_set_state() 1952 ret = sst_ipc_tx_message_wait(&hsw->ipc, header, in sst_hsw_module_enable() [all …]
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 434 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()
|