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:reset_plane
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_gem_atomic_helper.h
140
.
reset_plane
= drm_gem_simple_kms_reset_shadow_plane, \
H
A
D
drm_simple_kms_helper.h
204
* @
reset_plane
:
209
void (*
reset_plane
)(struct drm_simple_display_pipe *pipe);
member
H
A
D
drm_mipi_dbi.h
243
.
reset_plane
= mipi_dbi_pipe_reset_plane, \
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_simple_kms_helper.c
333
if (!pipe->funcs || !pipe->funcs->
reset_plane
)
in drm_simple_kms_plane_reset()
336
return pipe->funcs->
reset_plane
(pipe);
in drm_simple_kms_plane_reset()
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H
A
D
st7586.c
275
.
reset_plane
= mipi_dbi_pipe_reset_plane,
H
A
D
ili9225.c
346
.
reset_plane
= mipi_dbi_pipe_reset_plane,
Completed in 3 milliseconds