Home
last modified time | relevance | path

Searched refs:ipc_message (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/intel/common/
A Dsst-ipc.h24 struct ipc_message { struct
40 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *); argument
42 void (*tx_data_copy)(struct ipc_message *, char *, size_t);
61 struct ipc_message *msg;
77 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
81 struct ipc_message *msg);
A Dsst-ipc.c32 static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc) in msg_get_empty()
34 struct ipc_message *msg = NULL; in msg_get_empty()
37 msg = list_first_entry(&ipc->empty_list, struct ipc_message, in msg_get_empty()
46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done()
82 struct ipc_message *msg; in ipc_tx_message()
119 ipc->msg = kcalloc(IPC_EMPTY_LIST_SIZE, sizeof(struct ipc_message), in msg_empty_list_init()
156 struct ipc_message *msg; in ipc_tx_msgs()
170 msg = list_first_entry(&ipc->tx_list, struct ipc_message, list); in ipc_tx_msgs()
218 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg()
221 struct ipc_message *msg; in sst_ipc_reply_find_msg()
[all …]
/linux/sound/soc/intel/skylake/
A Dskl-sst-ipc.c280 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data, in skl_ipc_tx_data_copy()
296 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg()
325 static struct ipc_message *skl_ipc_reply_get_msg(struct sst_generic_ipc *ipc, in skl_ipc_reply_get_msg()
328 struct ipc_message *msg = NULL; in skl_ipc_reply_get_msg()
337 msg = list_first_entry(&ipc->rx_list, struct ipc_message, list); in skl_ipc_reply_get_msg()
436 struct ipc_message *msg; in skl_ipc_process_reply()
A Dskl-sst-ipc.h167 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data,
A Dcnl-sst.c387 static void cnl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in cnl_ipc_tx_msg()

Completed in 10 milliseconds