Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:reply_error
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc.c
60
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
D
ipc4.c
302
if (msg->
reply_error
) {
in ipc4_wait_tx_done()
305
ret = msg->
reply_error
;
in ipc4_wait_tx_done()
H
A
D
sof-priv.h
402
int
reply_error
;
member
H
A
D
ipc3.c
307
ret = msg->
reply_error
;
in ipc3_wait_tx_done()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
hda-ipc.c
124
msg->
reply_error
= ret;
in hda_dsp_ipc_get_reply()
H
A
D
bdw.c
407
msg->
reply_error
= ret;
in bdw_get_reply()
H
A
D
byt.c
287
msg->
reply_error
= ret;
in byt_get_reply()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder_internal.h
460
* @
reply_error
: transaction errors reported by target thread
487
struct binder_error
reply_error
;
member
H
A
D
binder.c
1659
if (target_thread->
reply_error
.cmd == BR_OK) {
in binder_send_failed_reply()
1660
target_thread->
reply_error
.cmd = error_code;
in binder_send_failed_reply()
1663
&target_thread->
reply_error
.work);
in binder_send_failed_reply()
1673
target_thread->
reply_error
.cmd);
in binder_send_failed_reply()
4960
thread->
reply_error
.work.type = BINDER_WORK_RETURN_ERROR;
in binder_get_thread_ilocked()
4961
thread->
reply_error
.cmd = BR_OK;
in binder_get_thread_ilocked()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
ipc.c
223
ret = msg->
reply_error
;
in tx_wait_done()
263
msg->
reply_error
= 0;
in sof_ipc_tx_message_unlocked()
H
A
D
sof-priv.h
338
int
reply_error
;
member
/kernel/linux/linux-5.10/sound/soc/sof/imx/
H
A
D
imx8m.c
65
msg->
reply_error
= ret;
in imx8m_get_reply()
H
A
D
imx8.c
92
msg->
reply_error
= ret;
in imx8_get_reply()
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H
A
D
acp-ipc.c
152
msg->
reply_error
= ret;
in acp_dsp_ipc_get_reply()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-ipc.c
151
msg->
reply_error
= 0;
in hda_dsp_ipc_get_reply()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
549
* @
reply_error
: transaction errors reported by target thread
574
struct binder_error
reply_error
;
member
2008
if (target_thread->
reply_error
.cmd == BR_OK) {
in binder_send_failed_reply()
2009
target_thread->
reply_error
.cmd = error_code;
in binder_send_failed_reply()
2012
&target_thread->
reply_error
.work);
in binder_send_failed_reply()
2022
target_thread->
reply_error
.cmd);
in binder_send_failed_reply()
5127
thread->
reply_error
.work.type = BINDER_WORK_RETURN_ERROR;
in binder_get_thread_ilocked()
5128
thread->
reply_error
.cmd = BR_OK;
in binder_get_thread_ilocked()
Completed in 29 milliseconds