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:a2xx_gpu
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
a2xx_gpu.c
4
#include "
a2xx_gpu
.h"
57
struct
a2xx_gpu
*
a2xx_gpu
= to_a2xx_gpu(adreno_gpu);
in a2xx_me_init()
local
89
if (
a2xx_gpu
->protection_disabled)
in a2xx_me_init()
98
if (!
a2xx_gpu
->protection_disabled) {
in a2xx_me_init()
111
struct
a2xx_gpu
*
a2xx_gpu
= to_a2xx_gpu(adreno_gpu);
in a2xx_hw_init()
local
240
a2xx_gpu
->protection_disabled = true;
in a2xx_hw_init()
290
struct
a2xx_gpu
*
a2xx_gpu
in a2xx_destroy()
local
518
struct
a2xx_gpu
*
a2xx_gpu
= NULL;
a2xx_gpu_init()
local
[all...]
H
A
D
a2xx_gpu.h
15
struct
a2xx_gpu
{
struct
20
#define to_a2xx_gpu(x) container_of(x, struct
a2xx_gpu
, base)
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
a2xx_gpu.h
15
struct
a2xx_gpu
{
struct
19
#define to_a2xx_gpu(x) container_of(x, struct
a2xx_gpu
, base)
H
A
D
a2xx_gpu.c
4
#include "
a2xx_gpu
.h"
272
struct
a2xx_gpu
*
a2xx_gpu
= to_a2xx_gpu(adreno_gpu);
in a2xx_destroy()
local
278
kfree(
a2xx_gpu
);
in a2xx_destroy()
499
struct
a2xx_gpu
*
a2xx_gpu
= NULL;
in a2xx_gpu_init()
local
512
a2xx_gpu
= kzalloc(sizeof(*
a2xx_gpu
), GFP_KERNEL);
in a2xx_gpu_init()
513
if (!
a2xx_gpu
) {
in a2xx_gpu_init()
518
adreno_gpu = &
a2xx_gpu
in a2xx_gpu_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H
A
D
Makefile
10
adreno/
a2xx_gpu
.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H
A
D
Makefile
10
adreno/
a2xx_gpu
.o \
Completed in 3 milliseconds