Searched refs:sst_ipc_tx_message_nowait (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-ipc.h | 80 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
|
D | sst-ipc.c | 210 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/ |
D | sst-baytrail-ipc.c | 478 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/ |
D | skl-sst-ipc.c | 845 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/ |
D | sst-haswell-ipc.c | 1287 return sst_ipc_tx_message_nowait(&hsw->ipc, header, NULL, 0); in sst_hsw_stream_operations()
|