Searched refs:snd_sof_ipc (Results 1 – 2 of 2) sorted by relevance
/sound/soc/sof/ |
D | ipc.c | 29 struct snd_sof_ipc { struct 217 static int tx_wait_done(struct snd_sof_ipc *ipc, struct snd_sof_ipc_msg *msg, in tx_wait_done() 251 static int sof_ipc_tx_message_unlocked(struct snd_sof_ipc *ipc, u32 header, in sof_ipc_tx_message_unlocked() 306 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header, in sof_ipc_tx_message() 332 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, u32 header, in sof_ipc_tx_message_no_pm() 832 struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev) in snd_sof_ipc_init() 834 struct snd_sof_ipc *ipc; in snd_sof_ipc_init() 867 struct snd_sof_ipc *ipc = sdev->ipc; in snd_sof_ipc_free()
|
D | sof-priv.h | 88 struct snd_sof_ipc; 398 struct snd_sof_ipc *ipc; 500 struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev); 510 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header, 513 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, u32 header,
|