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:dec_dst_flag
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_common.h
584
* @
dec_dst_flag
: flags for buffers queued in the hardware
669
unsigned long
dec_dst_flag
;
member
H
A
D
s5p_mfc_dec.c
1033
ctx->
dec_dst_flag
= 0;
in s5p_mfc_stop_streaming()
1075
set_bit(vb->index, &ctx->
dec_dst_flag
);
in s5p_mfc_buf_queue()
H
A
D
s5p_mfc.c
245
ctx->
dec_dst_flag
&= ~(1 << dst_buf->b->vb2_buf.index);
in s5p_mfc_handle_frame_all_extracted()
348
&ctx->
dec_dst_flag
);
in s5p_mfc_handle_frame_new()
H
A
D
s5p_mfc_opr_v5.c
1084
mfc_write(dev, ctx->
dec_dst_flag
, S5P_FIMV_SI_CH0_RELEASE_BUF);
in s5p_mfc_decode_one_frame_v5()
H
A
D
s5p_mfc_opr_v6.c
1678
writel(ctx->
dec_dst_flag
, mfc_regs->d_available_dpb_flag_lower);
in s5p_mfc_decode_one_frame_v6()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_common.h
590
* @
dec_dst_flag
: flags for buffers queued in the hardware
679
unsigned long
dec_dst_flag
;
member
H
A
D
s5p_mfc_dec.c
1066
ctx->
dec_dst_flag
= 0;
in s5p_mfc_stop_streaming()
1108
set_bit(vb->index, &ctx->
dec_dst_flag
);
in s5p_mfc_buf_queue()
H
A
D
s5p_mfc.c
251
ctx->
dec_dst_flag
&= ~(1 << dst_buf->b->vb2_buf.index);
in s5p_mfc_handle_frame_all_extracted()
360
&ctx->
dec_dst_flag
);
in s5p_mfc_handle_frame_new()
H
A
D
s5p_mfc_opr_v5.c
1084
mfc_write(dev, ctx->
dec_dst_flag
, S5P_FIMV_SI_CH0_RELEASE_BUF);
in s5p_mfc_decode_one_frame_v5()
H
A
D
s5p_mfc_opr_v6.c
1678
writel(ctx->
dec_dst_flag
, mfc_regs->d_available_dpb_flag_lower);
in s5p_mfc_decode_one_frame_v6()
Completed in 19 milliseconds