Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/common/
Dsst-ipc.h81 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
Dsst-ipc.c198 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_nowait() function
204 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_nowait);
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c485 return sst_ipc_tx_message_nowait(&byt->ipc, header, in sst_byt_stream_operations()
506 ret = sst_ipc_tx_message_nowait(&byt->ipc, header, tx_msg, size); in sst_byt_stream_start()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1293 return sst_ipc_tx_message_nowait(&hsw->ipc, header, NULL, 0); in sst_hsw_stream_operations()