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:ack_wq
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
mtk_common.h
101
wait_queue_head_t
ack_wq
;
member
H
A
D
mtk_scp_ipi.c
198
ret = wait_event_timeout(scp->
ack_wq
,
in scp_ipi_send()
H
A
D
mtk_scp.c
119
wake_up(&scp->
ack_wq
);
in scp_ipi_handler()
707
init_waitqueue_head(&scp->
ack_wq
);
in scp_probe()
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
mtk_common.h
115
wait_queue_head_t
ack_wq
;
member
H
A
D
mtk_scp_ipi.c
199
ret = wait_event_timeout(scp->
ack_wq
,
in scp_ipi_send()
H
A
D
mtk_scp.c
119
wake_up(&scp->
ack_wq
);
in scp_ipi_handler()
885
init_waitqueue_head(&scp->
ack_wq
);
in scp_probe()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/
H
A
D
mtk_vpu.c
194
* @
ack_wq
: The wait queue for each codec and mdp. When sleeping
216
wait_queue_head_t
ack_wq
;
member
342
ret = wait_event_timeout(vpu->
ack_wq
, vpu->ipi_id_ack[id], timeout);
in vpu_ipi_send()
726
wake_up(&vpu->
ack_wq
);
in vpu_ipi_handler()
883
init_waitqueue_head(&vpu->
ack_wq
);
in mtk_vpu_probe()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vpu/
H
A
D
mtk_vpu.c
201
* @
ack_wq
: The wait queue for each codec and mdp. When sleeping
223
wait_queue_head_t
ack_wq
;
member
364
ret = wait_event_timeout(vpu->
ack_wq
, vpu->ipi_id_ack[id], timeout);
in vpu_ipi_send()
756
wake_up(&vpu->
ack_wq
);
in vpu_ipi_handler()
910
init_waitqueue_head(&vpu->
ack_wq
);
in mtk_vpu_probe()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_cmds.c
197
wake_up_all(&inst->core->
ack_wq
);
in vpu_clear_pending()
271
wait_event_timeout(core->
ack_wq
, check_is_responsed(inst, key), timeout);
in sync_session_response()
H
A
D
vpu.h
158
wait_queue_head_t
ack_wq
;
member
H
A
D
vpu_core.c
637
init_waitqueue_head(&core->
ack_wq
);
in vpu_core_probe()
Completed in 11 milliseconds