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

/linux-master/sound/soc/sof/
H A Dipc.c60 msg->reply_error = 0;
125 sdev->msg->reply_error = sdev->ipc->ops->get_reply(sdev);
H A Dipc4.c311 if (msg->reply_error) {
314 ret = msg->reply_error;
H A Dsof-priv.h425 int reply_error; member in struct:snd_sof_ipc_msg
H A Dipc3.c307 ret = msg->reply_error;
/linux-master/drivers/android/
H A Dbinder_internal.h460 * @reply_error: transaction errors reported by target thread
487 struct binder_error reply_error; member in struct:binder_thread
H A Dbinder.c1623 if (target_thread->reply_error.cmd == BR_OK) {
1624 target_thread->reply_error.cmd = error_code;
1627 &target_thread->reply_error.work);
1637 target_thread->reply_error.cmd);
4886 thread->reply_error.work.type = BINDER_WORK_RETURN_ERROR;
4887 thread->reply_error.cmd = BR_OK;
/linux-master/sound/soc/sof/intel/
H A Dhda-ipc.c151 msg->reply_error = 0;
/linux-master/sound/soc/sof/amd/
H A Dacp-ipc.c152 msg->reply_error = ret;

Completed in 376 milliseconds