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:adreno_reglist
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
adreno_gpu.h
50
struct
adreno_reglist
{
struct
55
extern const struct
adreno_reglist
a630_hwcg[], a640_hwcg[], a650_hwcg[];
67
const struct
adreno_reglist
*hwcg;
H
A
D
a6xx_gpu.c
212
const struct
adreno_reglist
a630_hwcg[] = {
321
const struct
adreno_reglist
a640_hwcg[] = {
374
const struct
adreno_reglist
a650_hwcg[] = {
432
const struct
adreno_reglist
*reg;
in a6xx_set_hwcg()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
adreno_gpu.h
72
struct
adreno_reglist
{
struct
77
extern const struct
adreno_reglist
a612_hwcg[], a615_hwcg[], a630_hwcg[], a640_hwcg[], a650_hwcg[];
78
extern const struct
adreno_reglist
a660_hwcg[], a690_hwcg[];
101
const struct
adreno_reglist
*hwcg;
H
A
D
a6xx_gpu.c
255
const struct
adreno_reglist
a612_hwcg[] = {
306
const struct
adreno_reglist
a615_hwcg[] = {
373
const struct
adreno_reglist
a630_hwcg[] = {
482
const struct
adreno_reglist
a640_hwcg[] = {
535
const struct
adreno_reglist
a650_hwcg[] = {
588
const struct
adreno_reglist
a660_hwcg[] = {
641
const struct
adreno_reglist
a690_hwcg[] = {
703
const struct
adreno_reglist
*reg;
in a6xx_set_hwcg()
Completed in 7 milliseconds