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:num_phys_encs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder.c
127
* @
num_phys_encs
: Actual number of physical encoders contained.
133
* pingpong blocks can be different than
num_phys_encs
.
176
unsigned int
num_phys_encs
;
member
243
for (i = 0; i < dpu_enc->
num_phys_encs
; i++) {
in dpu_encoder_get_crc_values_cnt()
262
for (i = 0; i < dpu_enc->
num_phys_encs
; i++) {
in dpu_encoder_setup_misr()
285
for (i = 0; i < dpu_enc->
num_phys_encs
; i++) {
in dpu_encoder_get_crc()
467
for (i = 0; i < dpu_enc->
num_phys_encs
; i++) {
in dpu_encoder_destroy()
472
--dpu_enc->
num_phys_encs
;
in dpu_encoder_destroy()
477
if (dpu_enc->
num_phys_encs
)
in dpu_encoder_destroy()
478
DPU_ERROR_ENC(dpu_enc, "expected 0
num_phys_encs
no
in dpu_encoder_destroy()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_encoder.c
134
* @
num_phys_encs
: Actual number of physical encoders contained.
139
* pingpong blocks can be different than
num_phys_encs
.
180
unsigned int
num_phys_encs
;
member
443
for (i = 0; i < dpu_enc->
num_phys_encs
; i++) {
in dpu_encoder_get_hw_resources()
466
for (i = 0; i < dpu_enc->
num_phys_encs
; i++) {
in dpu_encoder_destroy()
471
--dpu_enc->
num_phys_encs
;
in dpu_encoder_destroy()
476
if (dpu_enc->
num_phys_encs
)
in dpu_encoder_destroy()
477
DPU_ERROR_ENC(dpu_enc, "expected 0
num_phys_encs
not %d\n",
in dpu_encoder_destroy()
478
dpu_enc->
num_phys_encs
);
in dpu_encoder_destroy()
479
dpu_enc->
num_phys_encs
in dpu_encoder_destroy()
[all...]
Completed in 4 milliseconds