Home
last modified time | relevance | path

Searched refs:reply_data (Results 1 – 7 of 7) sorted by relevance

/sound/soc/sof/
Dipc.c218 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()
Dsof-priv.h345 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/
Dhda-ipc.c96 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()
Datom.c218 memcpy(msg->reply_data, &reply, sizeof(reply)); in atom_get_reply()
231 msg->reply_data, msg->reply_size); in atom_get_reply()
Dbdw.c395 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/
Dimx8m.c49 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8m_get_reply()
62 msg->reply_data, msg->reply_size); in imx8m_get_reply()
Dimx8.c76 memcpy(msg->reply_data, &reply, sizeof(reply)); in imx8_get_reply()
89 msg->reply_data, msg->reply_size); in imx8_get_reply()