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:is_de3
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun8i_mixer.h
160
* @
is_de3
: true, if this is next gen display engine 3.0, false otherwise.
169
unsigned int
is_de3
: 1;
member
193
return mixer->cfg->
is_de3
? DE3_BLD_BASE : DE2_BLD_BASE;
in sun8i_blender_base()
199
if (mixer->cfg->
is_de3
)
in sun8i_channel_base()
H
A
D
sun8i_csc.c
235
if (mixer->cfg->
is_de3
) {
in sun8i_csc_set_ccsc_coefficients()
251
if (mixer->cfg->
is_de3
) {
in sun8i_csc_enable_ccsc()
H
A
D
sun8i_vi_layer.c
272
if (mixer->cfg->
is_de3
)
in sun8i_vi_layer_update_formats()
517
if (mixer->cfg->
is_de3
) {
in sun8i_vi_layer_init_one()
H
A
D
sun8i_mixer.c
447
if (mixer->cfg->
is_de3
) {
in sun8i_mixer_bind()
610
.
is_de3
= true,
H
A
D
sun8i_ui_scaler.c
96
if (mixer->cfg->
is_de3
)
in sun8i_ui_scaler_base()
H
A
D
sun8i_vi_scaler.c
838
if (mixer->cfg->
is_de3
)
in sun8i_vi_scaler_base()
959
if (mixer->cfg->
is_de3
) {
in sun8i_vi_scaler_setup()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun8i_mixer.h
164
* @
is_de3
: true, if this is next gen display engine 3.0, false otherwise.
173
unsigned int
is_de3
: 1;
member
197
return mixer->cfg->
is_de3
? DE3_BLD_BASE : DE2_BLD_BASE;
in sun8i_blender_base()
203
if (mixer->cfg->
is_de3
)
in sun8i_channel_base()
H
A
D
sun8i_csc.c
215
if (mixer->cfg->
is_de3
) {
in sun8i_csc_set_ccsc_coefficients()
231
if (mixer->cfg->
is_de3
) {
in sun8i_csc_enable_ccsc()
H
A
D
sun8i_vi_layer.c
77
if (mixer->cfg->
is_de3
) {
in sun8i_vi_layer_update_alpha()
557
if (mixer->cfg->
is_de3
) {
in sun8i_vi_layer_init_one()
581
if (mixer->cfg->vi_num == 1 || mixer->cfg->
is_de3
) {
in sun8i_vi_layer_init_one()
598
if (mixer->cfg->
is_de3
)
in sun8i_vi_layer_init_one()
H
A
D
sun8i_mixer.c
476
if (mixer->cfg->
is_de3
) {
in sun8i_mixer_bind()
655
.
is_de3
= true,
H
A
D
sun8i_ui_scaler.c
96
if (mixer->cfg->
is_de3
)
in sun8i_ui_scaler_base()
H
A
D
sun8i_vi_scaler.c
838
if (mixer->cfg->
is_de3
)
in sun8i_vi_scaler_base()
959
if (mixer->cfg->
is_de3
) {
in sun8i_vi_scaler_setup()
Completed in 10 milliseconds