Searched refs:ipc_message (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/intel/common/ |
| A D | sst-ipc.h | 24 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 D | sst-ipc.c | 32 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/sof/ |
| A D | ipc4-control.c | 655 static void sof_ipc4_control_update(struct snd_sof_dev *sdev, void *ipc_message) in sof_ipc4_control_update() argument 657 struct sof_ipc4_msg *ipc4_msg = ipc_message; in sof_ipc4_control_update()
|
Completed in 9 milliseconds