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:int_cond
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_intr.c
25
ctx->
int_cond
,
in mtk_vcodec_wait_for_done_ctx()
32
ctx->
int_cond
, ctx->int_type);
in mtk_vcodec_wait_for_done_ctx()
35
ctx->id, ctx->type, command, ctx->
int_cond
,
in mtk_vcodec_wait_for_done_ctx()
40
ctx->
int_cond
= 0;
in mtk_vcodec_wait_for_done_ctx()
H
A
D
mtk_vcodec_drv.h
243
* @
int_cond
: variable used by the waitqueue
282
int
int_cond
;
member
357
* @
int_cond
: used to identify interrupt condition happen
393
int
int_cond
;
member
H
A
D
mtk_vcodec_enc_drv.c
76
ctx->
int_cond
= 1;
in wake_up_ctx()
H
A
D
mtk_vcodec_dec_drv.c
36
ctx->
int_cond
= 1;
in wake_up_ctx()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_intr.c
26
(dev->
int_cond
&& (dev->int_type == command
in s5p_mfc_wait_for_done_dev()
46
dev->
int_cond
= 0;
in s5p_mfc_clean_dev_int_flags()
58
(ctx->
int_cond
&& (ctx->int_type == command
in s5p_mfc_wait_for_done_ctx()
63
(ctx->
int_cond
&& (ctx->int_type == command
in s5p_mfc_wait_for_done_ctx()
84
ctx->
int_cond
= 0;
in s5p_mfc_clean_ctx_int_flags()
H
A
D
s5p_mfc_ctrl.c
265
dev->
int_cond
= 0;
in s5p_mfc_init_hw()
316
dev->
int_cond
= 0;
in s5p_mfc_sleep()
411
dev->
int_cond
= 0;
in s5p_mfc_wakeup()
H
A
D
s5p_mfc_common.h
272
* @
int_cond
: variable used by the waitqueue
315
int
int_cond
;
member
546
* @
int_cond
: variable used by the waitqueue
621
int
int_cond
;
member
H
A
D
s5p_mfc.c
114
ctx->
int_cond
= 1;
in wake_up_ctx()
124
dev->
int_cond
= 1;
in wake_up_dev()
571
ctx->
int_cond
= 1;
in s5p_mfc_handle_init_buffers()
736
ctx->
int_cond
= 1;
in s5p_mfc_irq()
1483
m_dev->
int_cond
, msecs_to_jiffies(MFC_INT_TIMEOUT));
in s5p_mfc_suspend()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_intr.c
26
(dev->
int_cond
&& (dev->int_type == command
in s5p_mfc_wait_for_done_dev()
46
dev->
int_cond
= 0;
in s5p_mfc_clean_dev_int_flags()
58
(ctx->
int_cond
&& (ctx->int_type == command
in s5p_mfc_wait_for_done_ctx()
63
(ctx->
int_cond
&& (ctx->int_type == command
in s5p_mfc_wait_for_done_ctx()
84
ctx->
int_cond
= 0;
in s5p_mfc_clean_ctx_int_flags()
H
A
D
s5p_mfc_ctrl.c
265
dev->
int_cond
= 0;
in s5p_mfc_init_hw()
316
dev->
int_cond
= 0;
in s5p_mfc_sleep()
411
dev->
int_cond
= 0;
in s5p_mfc_wakeup()
H
A
D
s5p_mfc_common.h
272
* @
int_cond
: variable used by the waitqueue
319
int
int_cond
;
member
550
* @
int_cond
: variable used by the waitqueue
631
int
int_cond
;
member
H
A
D
s5p_mfc.c
114
ctx->
int_cond
= 1;
in wake_up_ctx()
124
dev->
int_cond
= 1;
in wake_up_dev()
586
ctx->
int_cond
= 1;
in s5p_mfc_handle_init_buffers()
751
ctx->
int_cond
= 1;
in s5p_mfc_irq()
1488
m_dev->
int_cond
, msecs_to_jiffies(MFC_INT_TIMEOUT));
in s5p_mfc_suspend()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/
H
A
D
mtk_vcodec_intr.c
30
ctx_int_cond = ctx->
int_cond
;
in mtk_vcodec_wait_for_done_ctx()
40
ctx_int_cond = ctx->
int_cond
;
in mtk_vcodec_wait_for_done_ctx()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
mtk_vcodec_enc_drv.h
110
* @
int_cond
: variable used by the waitqueue
144
int
int_cond
[MTK_VDEC_HW_MAX];
member
232
ctx->
int_cond
[hw_id] = 1;
in wake_up_enc_ctx()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec_drv.h
138
* @
int_cond
: variable used by the waitqueue
185
int
int_cond
[MTK_VDEC_HW_MAX];
member
308
ctx->
int_cond
[hw_id] = 1;
in wake_up_dec_ctx()
Completed in 12 milliseconds