Searched refs:snd_sof_ipc (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/sound/soc/sof/ |
D | ipc.c | 29 struct snd_sof_ipc { struct 206 static int tx_wait_done(struct snd_sof_ipc *ipc, struct snd_sof_ipc_msg *msg, in tx_wait_done() 240 static int sof_ipc_tx_message_unlocked(struct snd_sof_ipc *ipc, u32 header, in sof_ipc_tx_message_unlocked() 295 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header, in sof_ipc_tx_message() 321 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, u32 header, in sof_ipc_tx_message_no_pm() 821 struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev) in snd_sof_ipc_init() 823 struct snd_sof_ipc *ipc; in snd_sof_ipc_init() 856 struct snd_sof_ipc *ipc = sdev->ipc; in snd_sof_ipc_free()
|
D | sof-priv.h | 84 struct snd_sof_ipc; 385 struct snd_sof_ipc *ipc; 485 struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev); 495 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header, 498 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, u32 header,
|