Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/
Dipc.c39 struct snd_sof_ipc *ipc = sdev->ipc; in sof_ipc_send_msg()
75 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes, in sof_ipc_tx_message()
92 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes, in sof_ipc_tx_message_no_pm()
139 struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev) in snd_sof_ipc_init()
141 struct snd_sof_ipc *ipc; in snd_sof_ipc_init()
211 struct snd_sof_ipc *ipc = sdev->ipc; in snd_sof_ipc_free()
Dsof-priv.h117 struct snd_sof_ipc;
465 struct snd_sof_ipc { struct
517 struct snd_sof_ipc *ipc;
647 struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev);
655 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
657 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
Dipc4.c285 static int ipc4_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data) in ipc4_wait_tx_done()
334 static int ipc4_tx_msg_unlocked(struct snd_sof_ipc *ipc, in ipc4_tx_msg_unlocked()
362 struct snd_sof_ipc *ipc = sdev->ipc; in sof_ipc4_tx_msg()
Dipc3.c281 static int ipc3_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data) in ipc3_wait_tx_done()
324 static int ipc3_tx_msg_unlocked(struct snd_sof_ipc *ipc, in ipc3_tx_msg_unlocked()
350 struct snd_sof_ipc *ipc = sdev->ipc; in sof_ipc3_tx_msg()
388 struct snd_sof_ipc *ipc = sdev->ipc; in sof_ipc3_set_get_data()