Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/common/
Dsst-ipc.h80 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
Dsst-ipc.c210 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_nowait() function
216 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_nowait);
/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c478 return sst_ipc_tx_message_nowait(&byt->ipc, header, in sst_byt_stream_operations()
499 ret = sst_ipc_tx_message_nowait(&byt->ipc, header, tx_msg, size); in sst_byt_stream_start()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-sst-ipc.c845 ret = sst_ipc_tx_message_nowait(ipc, *ipc_header, data, in skl_ipc_load_modules()
997 ret = sst_ipc_tx_message_nowait(ipc, *ipc_header, NULL, 0); in skl_sst_ipc_load_library()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1287 return sst_ipc_tx_message_nowait(&hsw->ipc, header, NULL, 0); in sst_hsw_stream_operations()