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:ipi_id_ack
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
mtk_scp_ipi.c
190
scp->
ipi_id_ack
[id] = false;
in scp_ipi_send()
199
scp->
ipi_id_ack
[id],
in scp_ipi_send()
201
scp->
ipi_id_ack
[id] = false;
in scp_ipi_send()
H
A
D
mtk_common.h
100
bool
ipi_id_ack
[SCP_IPI_MAX];
member
H
A
D
mtk_scp.c
118
scp->
ipi_id_ack
[id] = true;
in scp_ipi_handler()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
mtk_scp_ipi.c
192
scp->
ipi_id_ack
[id] = false;
in scp_ipi_send()
200
scp->
ipi_id_ack
[id],
in scp_ipi_send()
202
scp->
ipi_id_ack
[id] = false;
in scp_ipi_send()
H
A
D
mtk_common.h
114
bool
ipi_id_ack
[SCP_IPI_MAX];
member
H
A
D
mtk_scp.c
118
scp->
ipi_id_ack
[id] = true;
in scp_ipi_handler()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/
H
A
D
mtk_vpu.c
196
* "
ipi_id_ack
" to run the corresponding action or
198
* @
ipi_id_ack
: The ACKs for registered IPI function sending
217
bool
ipi_id_ack
[IPI_MAX];
member
334
vpu->
ipi_id_ack
[id] = false;
in vpu_ipi_send()
342
ret = wait_event_timeout(vpu->ack_wq, vpu->
ipi_id_ack
[id], timeout);
in vpu_ipi_send()
343
vpu->
ipi_id_ack
[id] = false;
in vpu_ipi_send()
725
vpu->
ipi_id_ack
[id] = true;
in vpu_ipi_handler()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vpu/
H
A
D
mtk_vpu.c
203
* "
ipi_id_ack
" to run the corresponding action or
205
* @
ipi_id_ack
: The ACKs for registered IPI function sending
224
bool
ipi_id_ack
[IPI_MAX];
member
356
vpu->
ipi_id_ack
[id] = false;
in vpu_ipi_send()
364
ret = wait_event_timeout(vpu->ack_wq, vpu->
ipi_id_ack
[id], timeout);
in vpu_ipi_send()
365
vpu->
ipi_id_ack
[id] = false;
in vpu_ipi_send()
755
vpu->
ipi_id_ack
[id] = true;
in vpu_ipi_handler()
Completed in 7 milliseconds