Searched refs:ipc_message (Results 1 – 2 of 2) sorted by relevance
/sound/soc/intel/ |
D | sst-baytrail-ipc.c | 146 struct ipc_message { struct 205 struct ipc_message *msg; 265 static struct ipc_message *sst_byt_msg_get_empty(struct sst_byt *byt) in sst_byt_msg_get_empty() 267 struct ipc_message *msg = NULL; in sst_byt_msg_get_empty() 271 struct ipc_message, list); in sst_byt_msg_get_empty() 282 struct ipc_message *msg; in sst_byt_ipc_tx_msgs() 299 msg = list_first_entry(&byt->tx_list, struct ipc_message, list); in sst_byt_ipc_tx_msgs() 312 struct ipc_message *msg) in sst_byt_tx_msg_reply_complete() 324 struct ipc_message *msg, *tmp; in sst_byt_drop_all() 340 static int sst_byt_tx_wait_done(struct sst_byt *byt, struct ipc_message *msg, in sst_byt_tx_wait_done() [all …]
|
D | sst-haswell-ipc.c | 189 struct ipc_message { struct 307 struct ipc_message *msg; 432 static struct ipc_message *msg_get_empty(struct sst_hsw *hsw) in msg_get_empty() 434 struct ipc_message *msg = NULL; in msg_get_empty() 437 msg = list_first_entry(&hsw->empty_list, struct ipc_message, in msg_get_empty() 449 struct ipc_message *msg; in ipc_tx_msgs() 468 msg = list_first_entry(&hsw->tx_list, struct ipc_message, list); in ipc_tx_msgs() 480 static void tx_msg_reply_complete(struct sst_hsw *hsw, struct ipc_message *msg) in tx_msg_reply_complete() 491 static int tx_wait_done(struct sst_hsw *hsw, struct ipc_message *msg, in tx_wait_done() 524 struct ipc_message *msg; in ipc_tx_message() [all …]
|