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:as_present
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H
A
D
panfrost_device.h
35
u32
as_present
;
member
H
A
D
panfrost_gpu.c
234
pfdev->features.
as_present
= gpu_read(pfdev, GPU_AS_PRESENT);
in panfrost_gpu_init_features()
311
pfdev->features.
as_present
,
in panfrost_gpu_init_features()
H
A
D
panfrost_drv.c
52
PANFROST_FEATURE(AS_PRESENT,
as_present
);
in panfrost_ioctl_get_param()
H
A
D
panfrost_mmu.c
161
if (!(BIT(as) & pfdev->features.
as_present
)) {
in panfrost_mmu_as_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H
A
D
panfrost_gpu.c
245
pfdev->features.
as_present
= gpu_read(pfdev, GPU_AS_PRESENT);
in panfrost_gpu_init_features()
322
pfdev->features.
as_present
,
in panfrost_gpu_init_features()
H
A
D
panfrost_device.h
36
u32
as_present
;
member
H
A
D
panfrost_drv.c
53
PANFROST_FEATURE(AS_PRESENT,
as_present
);
in panfrost_ioctl_get_param()
H
A
D
panfrost_mmu.c
193
if (!(BIT(as) & pfdev->features.
as_present
)) {
in panfrost_mmu_as_get()
Completed in 7 milliseconds