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:ipc_complete
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc.c
67
msg->
ipc_complete
= false;
in sof_ipc_send_msg()
134
if (msg->
ipc_complete
) {
in snd_sof_ipc_reply()
142
msg->
ipc_complete
= true;
in snd_sof_ipc_reply()
162
msg->
ipc_complete
= true;
in snd_sof_ipc_init()
H
A
D
ipc4.c
293
ret = wait_event_timeout(msg->waitq, msg->
ipc_complete
,
in ipc4_wait_tx_done()
H
A
D
sof-priv.h
408
bool
ipc_complete
;
member
H
A
D
ipc3.c
297
ret = wait_event_timeout(msg->waitq, msg->
ipc_complete
,
in ipc3_wait_tx_done()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
ipc.c
214
ret = wait_event_timeout(msg->waitq, msg->
ipc_complete
,
in tx_wait_done()
274
msg->
ipc_complete
= false;
in sof_ipc_tx_message_unlocked()
348
if (msg->
ipc_complete
) {
in snd_sof_ipc_reply()
356
msg->
ipc_complete
= true;
in snd_sof_ipc_reply()
835
msg->
ipc_complete
= true;
in snd_sof_ipc_init()
H
A
D
sof-priv.h
341
bool
ipc_complete
;
member
Completed in 8 milliseconds