Home
last modified time | relevance | path

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

/sound/soc/intel/common/
Dsst-ipc.h73 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc,
Dsst-ipc.c204 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_nowait() function
209 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_nowait);
/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c471 return sst_ipc_tx_message_nowait(&byt->ipc, request); in sst_byt_stream_operations()
489 ret = sst_ipc_tx_message_nowait(&byt->ipc, request); in sst_byt_stream_start()
/sound/soc/intel/skylake/
Dskl-sst-ipc.c883 ret = sst_ipc_tx_message_nowait(ipc, request); in skl_ipc_load_modules()
1034 ret = sst_ipc_tx_message_nowait(ipc, request); in skl_sst_ipc_load_library()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1277 return sst_ipc_tx_message_nowait(&hsw->ipc, request); in sst_hsw_stream_operations()