Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc3.c355 static int sof_ipc3_tx_msg(struct snd_sof_dev *sdev, void *msg_data, size_t msg_bytes, in sof_ipc3_tx_msg() function
437 return sof_ipc3_tx_msg(sdev, cdata, cdata->rhdr.hdr.size, in sof_ipc3_set_get_data()
1104 return sof_ipc3_tx_msg(sdev, &core_cfg, sizeof(core_cfg), NULL, 0, false); in sof_ipc3_set_core_state()
1115 return sof_ipc3_tx_msg(sdev, &pm_ctx, sizeof(pm_ctx), NULL, 0, false); in sof_ipc3_ctx_ipc()
1157 .tx_msg = sof_ipc3_tx_msg,