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:ptr0_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_plane.c
948
vc4_state->
ptr0_offset
= vc4_state->dlist_count;
in vc4_plane_mode_set()
1124
writel(addr, &vc4_state->hw_dlist[vc4_state->
ptr0_offset
]);
in vc4_plane_async_set_fb()
1130
vc4_state->dlist[vc4_state->
ptr0_offset
] = addr;
in vc4_plane_async_set_fb()
1187
vc4_state->dlist[vc4_state->
ptr0_offset
] =
in vc4_plane_atomic_async_update()
1188
new_vc4_state->dlist[vc4_state->
ptr0_offset
];
in vc4_plane_atomic_async_update()
1198
writel(vc4_state->dlist[vc4_state->
ptr0_offset
],
in vc4_plane_atomic_async_update()
1199
&vc4_state->hw_dlist[vc4_state->
ptr0_offset
]);
in vc4_plane_atomic_async_update()
1218
old_vc4_state->
ptr0_offset
!= new_vc4_state->
ptr0_offset
||
in vc4_plane_atomic_async_check()
1228
i == new_vc4_state->
ptr0_offset
||
in vc4_plane_atomic_async_check()
[all...]
H
A
D
vc4_drv.h
374
u32
ptr0_offset
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_plane.c
1165
vc4_state->
ptr0_offset
= vc4_state->dlist_count;
in vc4_plane_mode_set()
1365
writel(addr, &vc4_state->hw_dlist[vc4_state->
ptr0_offset
]);
in vc4_plane_async_set_fb()
1371
vc4_state->dlist[vc4_state->
ptr0_offset
] = addr;
in vc4_plane_async_set_fb()
1435
vc4_state->dlist[vc4_state->
ptr0_offset
] =
in vc4_plane_atomic_async_update()
1436
new_vc4_state->dlist[vc4_state->
ptr0_offset
];
in vc4_plane_atomic_async_update()
1446
writel(vc4_state->dlist[vc4_state->
ptr0_offset
],
in vc4_plane_atomic_async_update()
1447
&vc4_state->hw_dlist[vc4_state->
ptr0_offset
]);
in vc4_plane_atomic_async_update()
1474
old_vc4_state->
ptr0_offset
!= new_vc4_state->
ptr0_offset
||
in vc4_plane_atomic_async_check()
1484
i == new_vc4_state->
ptr0_offset
||
in vc4_plane_atomic_async_check()
[all...]
H
A
D
vc4_drv.h
396
u32
ptr0_offset
;
member
Completed in 7 milliseconds