Lines Matching refs:ipc_message
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()
374 struct ipc_message *msg; in sst_byt_ipc_tx_message()
424 static struct ipc_message *sst_byt_reply_find_msg(struct sst_byt *byt, in sst_byt_reply_find_msg()
427 struct ipc_message *msg = NULL, *_msg; in sst_byt_reply_find_msg()
452 static void sst_byt_stream_update(struct sst_byt *byt, struct ipc_message *msg) in sst_byt_stream_update()
478 struct ipc_message *msg; in sst_byt_process_reply()
795 struct ipc_message *msg; in msg_empty_list_init()