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:ENC_ROLE_SLAVE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys.h
31
* @
ENC_ROLE_SLAVE
: This encoder is not the master of a split panel config.
36
ENC_ROLE_SLAVE
,
enumerator
H
A
D
dpu_encoder.c
1599
if (phys->split_role !=
ENC_ROLE_SLAVE
)
in _dpu_encoder_kickoff_phys()
2015
if (params->split_role ==
ENC_ROLE_SLAVE
)
in dpu_encoder_virt_add_phys_encs()
2084
phys_params.split_role =
ENC_ROLE_SLAVE
;
in dpu_encoder_setup_display()
H
A
D
dpu_encoder_phys_vid.c
32
if (phys_enc->split_role !=
ENC_ROLE_SLAVE
)
in dpu_encoder_phys_vid_is_master()
H
A
D
dpu_encoder_phys_cmd.c
40
return (phys_enc->split_role !=
ENC_ROLE_SLAVE
) ? true : false;
in dpu_encoder_phys_cmd_is_master()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder_phys.h
34
* @
ENC_ROLE_SLAVE
: This encoder is not the master of a split panel config.
39
ENC_ROLE_SLAVE
,
enumerator
H
A
D
dpu_encoder.c
1633
if (phys->split_role !=
ENC_ROLE_SLAVE
)
in _dpu_encoder_kickoff_phys()
2231
if (params->split_role ==
ENC_ROLE_SLAVE
)
in dpu_encoder_virt_add_phys_encs()
2280
phys_params.split_role =
ENC_ROLE_SLAVE
;
in dpu_encoder_setup_display()
H
A
D
dpu_encoder_phys_vid.c
34
if (phys_enc->split_role !=
ENC_ROLE_SLAVE
)
in dpu_encoder_phys_vid_is_master()
H
A
D
dpu_encoder_phys_cmd.c
43
return (phys_enc->split_role !=
ENC_ROLE_SLAVE
);
in dpu_encoder_phys_cmd_is_master()
Completed in 11 milliseconds