Searched refs:ipc_message (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-ipc.h | 30 struct ipc_message { struct 50 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *); argument 52 void (*tx_data_copy)(struct ipc_message *, char *, size_t); 70 struct ipc_message *msg; 81 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, 85 struct ipc_message *msg);
|
D | sst-ipc.c | 42 static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc) in msg_get_empty() 44 struct ipc_message *msg = NULL; in msg_get_empty() 47 msg = list_first_entry(&ipc->empty_list, struct ipc_message, in msg_get_empty() 56 struct ipc_message *msg, void *rx_data) in tx_wait_done() 89 struct ipc_message *msg; in ipc_tx_message() 126 ipc->msg = kzalloc(sizeof(struct ipc_message) * in msg_empty_list_init() 143 struct ipc_message *msg; in ipc_tx_msgs() 162 msg = list_first_entry(&ipc->tx_list, struct ipc_message, list); in ipc_tx_msgs() 187 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg() 190 struct ipc_message *msg; in sst_ipc_reply_find_msg() [all …]
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 226 static void sst_byt_stream_update(struct sst_byt *byt, struct ipc_message *msg) in sst_byt_stream_update() 252 struct ipc_message *msg; in sst_byt_process_reply() 640 static void byt_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in byt_tx_msg() 663 static void byt_tx_data_copy(struct ipc_message *msg, char *tx_data, in byt_tx_data_copy()
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 522 static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg) in hsw_stream_update() 555 struct ipc_message *msg; in hsw_process_reply() 2064 static void hsw_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in hsw_tx_msg() 2086 static void hsw_tx_data_copy(struct ipc_message *msg, char *tx_data, in hsw_tx_data_copy()
|