Searched refs:sst_ipc_tx_message_nowait (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/intel/common/ |
H A D | sst-ipc.h | 78 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
|
H A D | sst-ipc.c | 179 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header, sst_ipc_tx_message_nowait() function 185 EXPORT_SYMBOL_GPL(sst_ipc_tx_message_nowait); variable
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
H A D | sst-baytrail-ipc.c | 485 return sst_ipc_tx_message_nowait(&byt->ipc, header, sst_byt_stream_operations() 506 ret = sst_ipc_tx_message_nowait(&byt->ipc, header, tx_msg, size); sst_byt_stream_start()
|
/linux-4.1.27/sound/soc/intel/haswell/ |
H A D | sst-haswell-ipc.c | 1289 return sst_ipc_tx_message_nowait(&hsw->ipc, header, NULL, 0); sst_hsw_stream_operations()
|
Completed in 68 milliseconds