Home
last modified time | relevance | path

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

/linux/sound/soc/intel/common/
H A Dsst-ipc.h36 struct sst_generic_ipc;
40 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *);
41 void (*shim_dbg)(struct sst_generic_ipc *, const char *);
49 struct sst_generic_ipc { struct
68 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, argument
71 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc,
74 int sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc,
77 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
80 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc,
83 int sst_ipc_init(struct sst_generic_ipc *ipc);
[all …]
H A Dsst-ipc.c32 static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc) in msg_get_empty()
45 static int tx_wait_done(struct sst_generic_ipc *ipc, in tx_wait_done()
78 static int ipc_tx_message(struct sst_generic_ipc *ipc, in ipc_tx_message()
115 static int msg_empty_list_init(struct sst_generic_ipc *ipc) in msg_empty_list_init()
154 struct sst_generic_ipc *ipc = in ipc_tx_msgs()
155 container_of(work, struct sst_generic_ipc, kwork); in ipc_tx_msgs()
180 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_wait()
204 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_nowait()
211 int sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_nopm()
218 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg()
[all …]