Searched refs:sst_ipc_tx_message_nowait (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-ipc.h | 81 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
|
D | sst-ipc.c | 198 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/ |
D | sst-baytrail-ipc.c | 485 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/ |
D | sst-haswell-ipc.c | 1293 return sst_ipc_tx_message_nowait(&hsw->ipc, header, NULL, 0); in sst_hsw_stream_operations()
|