Symbol: snd_sof_ipc
sound/soc/sof/ipc.c
145
struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev)
sound/soc/sof/ipc.c
147
struct snd_sof_ipc *ipc;
sound/soc/sof/ipc.c
220
struct snd_sof_ipc *ipc = sdev->ipc;
sound/soc/sof/ipc.c
39
struct snd_sof_ipc *ipc = sdev->ipc;
sound/soc/sof/ipc.c
73
int sof_ipc_tx_message(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
sound/soc/sof/ipc.c
86
int sof_ipc_set_get_data(struct snd_sof_ipc *ipc, void *msg_data,
sound/soc/sof/ipc.c
98
int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
sound/soc/sof/ipc3.c
289
static int ipc3_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data)
sound/soc/sof/ipc3.c
332
static int ipc3_tx_msg_unlocked(struct snd_sof_ipc *ipc,
sound/soc/sof/ipc3.c
358
struct snd_sof_ipc *ipc = sdev->ipc;
sound/soc/sof/ipc3.c
417
struct snd_sof_ipc *ipc = sdev->ipc;
sound/soc/sof/ipc4.c
320
static int ipc4_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data)
sound/soc/sof/ipc4.c
369
static int ipc4_tx_msg_unlocked(struct snd_sof_ipc *ipc,
sound/soc/sof/ipc4.c
397
struct snd_sof_ipc *ipc = sdev->ipc;
sound/soc/sof/sof-priv.h
119
struct snd_sof_ipc;
sound/soc/sof/sof-priv.h
594
struct snd_sof_ipc *ipc;
sound/soc/sof/sof-priv.h
735
struct snd_sof_ipc *snd_sof_ipc_init(struct snd_sof_dev *sdev);
sound/soc/sof/sof-priv.h
743
int sof_ipc_tx_message(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
sound/soc/sof/sof-priv.h
745
static inline int sof_ipc_tx_message_no_reply(struct snd_sof_ipc *ipc, void *msg_data,
sound/soc/sof/sof-priv.h
750
int sof_ipc_set_get_data(struct snd_sof_ipc *ipc, void *msg_data,
sound/soc/sof/sof-priv.h
752
int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes,
sound/soc/sof/sof-priv.h
754
static inline int sof_ipc_tx_message_no_pm_no_reply(struct snd_sof_ipc *ipc, void *msg_data,