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:pipeline_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H
A
D
d71_dev.c
329
blk->
pipeline_info
= malidp_read32(reg, BLK_PIPELINE_INFO);
in d71_read_block_header()
332
for (i = 0; i < PIPELINE_INFO_N_VALID_INPUTS(blk->
pipeline_info
); i++)
in d71_read_block_header()
334
for (i = 0; i < PIPELINE_INFO_N_OUTPUTS(blk->
pipeline_info
); i++)
in d71_read_block_header()
H
A
D
d71_component.c
63
for (i = 0; i < PIPELINE_INFO_N_VALID_INPUTS(blk->
pipeline_info
); i++) {
in get_valid_inputs()
95
seq_printf(sf, "PIPELINE_INFO:\t\t0x%X\n", hdr.
pipeline_info
);
in dump_block_header()
97
n_output = PIPELINE_INFO_N_OUTPUTS(hdr.
pipeline_info
);
in dump_block_header()
98
n_input = PIPELINE_INFO_N_VALID_INPUTS(hdr.
pipeline_info
);
in dump_block_header()
H
A
D
d71_regs.h
531
u32
pipeline_info
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/
H
A
D
d71_dev.c
329
blk->
pipeline_info
= malidp_read32(reg, BLK_PIPELINE_INFO);
in d71_read_block_header()
332
for (i = 0; i < PIPELINE_INFO_N_VALID_INPUTS(blk->
pipeline_info
); i++)
in d71_read_block_header()
334
for (i = 0; i < PIPELINE_INFO_N_OUTPUTS(blk->
pipeline_info
); i++)
in d71_read_block_header()
H
A
D
d71_component.c
63
for (i = 0; i < PIPELINE_INFO_N_VALID_INPUTS(blk->
pipeline_info
); i++) {
in get_valid_inputs()
95
seq_printf(sf, "PIPELINE_INFO:\t\t0x%X\n", hdr.
pipeline_info
);
in dump_block_header()
97
n_output = PIPELINE_INFO_N_OUTPUTS(hdr.
pipeline_info
);
in dump_block_header()
98
n_input = PIPELINE_INFO_N_VALID_INPUTS(hdr.
pipeline_info
);
in dump_block_header()
H
A
D
d71_regs.h
531
u32
pipeline_info
;
member
Completed in 9 milliseconds