Lines Matching refs:sst_generic_ipc
38 struct sst_generic_ipc;
42 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *);
43 void (*shim_dbg)(struct sst_generic_ipc *, const char *);
51 struct sst_generic_ipc { struct
70 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, argument
73 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc,
76 int sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc,
79 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
82 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc,
85 void sst_ipc_drop_all(struct sst_generic_ipc *ipc);
86 int sst_ipc_init(struct sst_generic_ipc *ipc);
87 void sst_ipc_fini(struct sst_generic_ipc *ipc);