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:a4xx_gpu
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a4xx_gpu.c
4
#include "
a4xx_gpu
.h"
187
struct
a4xx_gpu
*
a4xx_gpu
= to_a4xx_gpu(adreno_gpu);
in a4xx_hw_init()
local
241
(unsigned int)(
a4xx_gpu
->ocmem.base >> 14));
in a4xx_hw_init()
375
struct
a4xx_gpu
*
a4xx_gpu
= to_a4xx_gpu(adreno_gpu);
in a4xx_destroy()
local
381
adreno_gpu_ocmem_cleanup(&
a4xx_gpu
->ocmem);
in a4xx_destroy()
383
kfree(
a4xx_gpu
);
in a4xx_destroy()
646
struct
a4xx_gpu
*
a4xx_gpu
in a4xx_gpu_init()
local
[all...]
H
A
D
a4xx_gpu.h
15
struct
a4xx_gpu
{
struct
21
#define to_a4xx_gpu(x) container_of(x, struct
a4xx_gpu
, base)
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a4xx_gpu.c
4
#include "
a4xx_gpu
.h"
186
struct
a4xx_gpu
*
a4xx_gpu
= to_a4xx_gpu(adreno_gpu);
in a4xx_hw_init()
local
240
(unsigned int)(
a4xx_gpu
->ocmem.base >> 14));
in a4xx_hw_init()
374
struct
a4xx_gpu
*
a4xx_gpu
= to_a4xx_gpu(adreno_gpu);
in a4xx_destroy()
local
380
adreno_gpu_ocmem_cleanup(&
a4xx_gpu
->ocmem);
in a4xx_destroy()
382
kfree(
a4xx_gpu
);
in a4xx_destroy()
656
struct
a4xx_gpu
*
a4xx_gpu
in a4xx_gpu_init()
local
[all...]
H
A
D
a4xx_gpu.h
15
struct
a4xx_gpu
{
struct
21
#define to_a4xx_gpu(x) container_of(x, struct
a4xx_gpu
, base)
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
Makefile
12
adreno/
a4xx_gpu
.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
Makefile
12
adreno/
a4xx_gpu
.o \
Completed in 4 milliseconds