Lines Matching refs:sst_generic_ipc
47 struct sst_generic_ipc;
50 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *);
51 void (*shim_dbg)(struct sst_generic_ipc *, const char *);
58 struct sst_generic_ipc { struct
78 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, argument
81 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
84 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
87 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc,
90 void sst_ipc_drop_all(struct sst_generic_ipc *ipc);
91 int sst_ipc_init(struct sst_generic_ipc *ipc);
92 void sst_ipc_fini(struct sst_generic_ipc *ipc);