ipc_message       211 sound/soc/intel/baytrail/sst-baytrail-ipc.c static void sst_byt_stream_update(struct sst_byt *byt, struct ipc_message *msg)
ipc_message       237 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	struct ipc_message *msg;
ipc_message       623 sound/soc/intel/baytrail/sst-baytrail-ipc.c static void byt_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg)
ipc_message       646 sound/soc/intel/baytrail/sst-baytrail-ipc.c static void byt_tx_data_copy(struct ipc_message *msg, char *tx_data,
ipc_message        32 sound/soc/intel/common/sst-ipc.c static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc)
ipc_message        34 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg = NULL;
ipc_message        37 sound/soc/intel/common/sst-ipc.c 		msg = list_first_entry(&ipc->empty_list, struct ipc_message,
ipc_message        46 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg, struct sst_ipc_message *reply)
ipc_message        82 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg;
ipc_message       119 sound/soc/intel/common/sst-ipc.c 	ipc->msg = kcalloc(IPC_EMPTY_LIST_SIZE, sizeof(struct ipc_message),
ipc_message       156 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg;
ipc_message       170 sound/soc/intel/common/sst-ipc.c 		msg = list_first_entry(&ipc->tx_list, struct ipc_message, list);
ipc_message       218 sound/soc/intel/common/sst-ipc.c struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
ipc_message       221 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg;
ipc_message       246 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg)
ipc_message       259 sound/soc/intel/common/sst-ipc.c 	struct ipc_message *msg, *tmp;
ipc_message        42 sound/soc/intel/common/sst-ipc.h 	void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *);
ipc_message        44 sound/soc/intel/common/sst-ipc.h 	void (*tx_data_copy)(struct ipc_message *, char *, size_t);
ipc_message        63 sound/soc/intel/common/sst-ipc.h 	struct ipc_message *msg;
ipc_message        79 sound/soc/intel/common/sst-ipc.h struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
ipc_message        83 sound/soc/intel/common/sst-ipc.h 	struct ipc_message *msg);
ipc_message       511 sound/soc/intel/haswell/sst-haswell-ipc.c static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg)
ipc_message       544 sound/soc/intel/haswell/sst-haswell-ipc.c 	struct ipc_message *msg;
ipc_message      2053 sound/soc/intel/haswell/sst-haswell-ipc.c static void hsw_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg)
ipc_message      2075 sound/soc/intel/haswell/sst-haswell-ipc.c static void hsw_tx_data_copy(struct ipc_message *msg, char *tx_data,
ipc_message       367 sound/soc/intel/skylake/cnl-sst.c static void cnl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg)
ipc_message       280 sound/soc/intel/skylake/skl-sst-ipc.c void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data,
ipc_message       296 sound/soc/intel/skylake/skl-sst-ipc.c static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg)
ipc_message       325 sound/soc/intel/skylake/skl-sst-ipc.c static struct ipc_message *skl_ipc_reply_get_msg(struct sst_generic_ipc *ipc,
ipc_message       328 sound/soc/intel/skylake/skl-sst-ipc.c 	struct ipc_message *msg =  NULL;
ipc_message       337 sound/soc/intel/skylake/skl-sst-ipc.c 	msg = list_first_entry(&ipc->rx_list, struct ipc_message, list);
ipc_message       436 sound/soc/intel/skylake/skl-sst-ipc.c 	struct ipc_message *msg;
ipc_message       167 sound/soc/intel/skylake/skl-sst-ipc.h void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data,