Searched refs:reply_data (Results 1 – 7 of 7) sorted by relevance
/sound/soc/sof/ |
D | ipc.c | 218 void *reply_data) in tx_wait_done() argument 242 memcpy(reply_data, msg->reply_data, in tx_wait_done() 253 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_unlocked() argument 300 ret = tx_wait_done(ipc, msg, reply_data); in sof_ipc_tx_message_unlocked() 307 void *msg_data, size_t msg_bytes, void *reply_data, in sof_ipc_tx_message() argument 323 reply_data, reply_bytes); in sof_ipc_tx_message() 334 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_no_pm() argument 346 reply_data, reply_bytes); in sof_ipc_tx_message_no_pm() 854 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init() 856 if (!msg->reply_data) in snd_sof_ipc_init()
|
D | sof-priv.h | 345 void *reply_data; member 511 void *msg_data, size_t msg_bytes, void *reply_data, 515 void *reply_data, size_t reply_bytes);
|
/sound/soc/sof/intel/ |
D | hda-ipc.c | 96 memcpy(msg->reply_data, &reply, sizeof(reply)); in hda_dsp_ipc_get_reply() 105 memcpy(msg->reply_data, &reply, sizeof(reply)); in hda_dsp_ipc_get_reply() 120 msg->reply_data, msg->reply_size); in hda_dsp_ipc_get_reply()
|
D | atom.c | 218 memcpy(msg->reply_data, &reply, sizeof(reply)); in atom_get_reply() 231 msg->reply_data, msg->reply_size); in atom_get_reply()
|
D | bdw.c | 395 memcpy(msg->reply_data, &reply, sizeof(reply)); in bdw_get_reply() 408 msg->reply_data, msg->reply_size); in bdw_get_reply()
|
/sound/soc/sof/imx/ |
D | imx8m.c | 49 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8m_get_reply() 62 msg->reply_data, msg->reply_size); in imx8m_get_reply()
|
D | imx8.c | 76 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8_get_reply() 89 msg->reply_data, msg->reply_size); in imx8_get_reply()
|