Home
last modified time | relevance | path

Searched refs:reply_error (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dipc.c60 msg->reply_error = 0; in sof_ipc_send_msg()
125 sdev->msg->reply_error = sdev->ipc->ops->get_reply(sdev); in snd_sof_ipc_get_reply()
H A Dipc4.c302 if (msg->reply_error) { in ipc4_wait_tx_done()
305 ret = msg->reply_error; in ipc4_wait_tx_done()
H A Dsof-priv.h402 int reply_error; member
H A Dipc3.c307 ret = msg->reply_error; in ipc3_wait_tx_done()
/openbmc/linux/drivers/android/
H A Dbinder_internal.h487 struct binder_error reply_error; member
H A Dbinder.c1623 if (target_thread->reply_error.cmd == BR_OK) { in binder_send_failed_reply()
1624 target_thread->reply_error.cmd = error_code; in binder_send_failed_reply()
1627 &target_thread->reply_error.work); in binder_send_failed_reply()
1637 target_thread->reply_error.cmd); in binder_send_failed_reply()
4889 thread->reply_error.work.type = BINDER_WORK_RETURN_ERROR; in binder_get_thread_ilocked()
4890 thread->reply_error.cmd = BR_OK; in binder_get_thread_ilocked()
/openbmc/linux/sound/soc/sof/amd/
H A Dacp-ipc.c152 msg->reply_error = ret; in acp_dsp_ipc_get_reply()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c151 msg->reply_error = 0; in hda_dsp_ipc_get_reply()