Searched refs:ipc_message (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-ipc.h | 29 struct ipc_message { struct 49 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *); argument 51 void (*tx_data_copy)(struct ipc_message *, char *, size_t); 70 struct ipc_message *msg; 86 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, 90 struct ipc_message *msg);
|
D | sst-ipc.c | 41 static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc) in msg_get_empty() 43 struct ipc_message *msg = NULL; in msg_get_empty() 46 msg = list_first_entry(&ipc->empty_list, struct ipc_message, in msg_get_empty() 55 struct ipc_message *msg, void *rx_data) in tx_wait_done() 88 struct ipc_message *msg; in ipc_tx_message() 124 ipc->msg = kcalloc(IPC_EMPTY_LIST_SIZE, sizeof(struct ipc_message), in msg_empty_list_init() 161 struct ipc_message *msg; in ipc_tx_msgs() 175 msg = list_first_entry(&ipc->tx_list, struct ipc_message, list); in ipc_tx_msgs() 226 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg() 229 struct ipc_message *msg; in sst_ipc_reply_find_msg() [all …]
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-ipc.c | 286 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data, in skl_ipc_tx_data_copy() 302 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg() 331 static struct ipc_message *skl_ipc_reply_get_msg(struct sst_generic_ipc *ipc, in skl_ipc_reply_get_msg() 334 struct ipc_message *msg = NULL; in skl_ipc_reply_get_msg() 343 msg = list_first_entry(&ipc->rx_list, struct ipc_message, list); in skl_ipc_reply_get_msg() 412 struct ipc_message *msg; in skl_ipc_process_reply()
|
D | skl-sst-ipc.h | 222 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data,
|
D | cnl-sst.c | 376 static void cnl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in cnl_ipc_tx_msg()
|
/Linux-v4.19/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 219 static void sst_byt_stream_update(struct sst_byt *byt, struct ipc_message *msg) in sst_byt_stream_update() 245 struct ipc_message *msg; in sst_byt_process_reply() 633 static void byt_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in byt_tx_msg() 656 static void byt_tx_data_copy(struct ipc_message *msg, char *tx_data, in byt_tx_data_copy()
|
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 525 static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg) in hsw_stream_update() 558 struct ipc_message *msg; in hsw_process_reply() 2056 static void hsw_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in hsw_tx_msg() 2078 static void hsw_tx_data_copy(struct ipc_message *msg, char *tx_data, in hsw_tx_data_copy()
|