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 *);
57 struct sst_generic_ipc { struct
75 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, argument
78 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header,
81 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
84 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc,
87 void sst_ipc_drop_all(struct sst_generic_ipc *ipc);
88 int sst_ipc_init(struct sst_generic_ipc *ipc);
89 void sst_ipc_fini(struct sst_generic_ipc *ipc);