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:malidp_crtc_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H
A
D
malidp_drv.h
76
struct
malidp_crtc_state
{
struct
85
#define to_malidp_crtc_state(x) container_of(x, struct
malidp_crtc_state
, base)
H
A
D
malidp_crtc.c
151
struct
malidp_crtc_state
*mc = to_malidp_crtc_state(state);
in malidp_crtc_atomic_check_gamma()
205
struct
malidp_crtc_state
*mc = to_malidp_crtc_state(state);
in malidp_crtc_atomic_check_ctm()
252
struct
malidp_crtc_state
*cs = to_malidp_crtc_state(state);
in malidp_crtc_atomic_check_scaling()
443
struct
malidp_crtc_state
*state, *old_state;
in malidp_crtc_duplicate_state()
468
struct
malidp_crtc_state
*mali_state = NULL;
in malidp_crtc_destroy_state()
480
struct
malidp_crtc_state
*state =
in malidp_crtc_reset()
H
A
D
malidp_drv.c
74
struct
malidp_crtc_state
*mc =
in malidp_atomic_commit_update_gamma()
101
struct
malidp_crtc_state
*mc =
in malidp_atomic_commit_update_coloradj()
120
struct
malidp_crtc_state
*cs = to_malidp_crtc_state(crtc->state);
in malidp_atomic_commit_se_config()
121
struct
malidp_crtc_state
*old_cs = to_malidp_crtc_state(old_state);
in malidp_atomic_commit_se_config()
H
A
D
malidp_planes.c
275
struct
malidp_crtc_state
*mc;
in malidp_se_check_scaling()
894
struct
malidp_crtc_state
*m =
in malidp_de_plane_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H
A
D
malidp_drv.h
78
struct
malidp_crtc_state
{
struct
87
#define to_malidp_crtc_state(x) container_of(x, struct
malidp_crtc_state
, base)
H
A
D
malidp_crtc.c
154
struct
malidp_crtc_state
*mc = to_malidp_crtc_state(state);
in malidp_crtc_atomic_check_gamma()
208
struct
malidp_crtc_state
*mc = to_malidp_crtc_state(state);
in malidp_crtc_atomic_check_ctm()
255
struct
malidp_crtc_state
*cs = to_malidp_crtc_state(state);
in malidp_crtc_atomic_check_scaling()
448
struct
malidp_crtc_state
*state, *old_state;
in malidp_crtc_duplicate_state()
473
struct
malidp_crtc_state
*mali_state = NULL;
in malidp_crtc_destroy_state()
485
struct
malidp_crtc_state
*state =
in malidp_crtc_reset()
H
A
D
malidp_drv.c
76
struct
malidp_crtc_state
*mc =
in malidp_atomic_commit_update_gamma()
103
struct
malidp_crtc_state
*mc =
in malidp_atomic_commit_update_coloradj()
122
struct
malidp_crtc_state
*cs = to_malidp_crtc_state(crtc->state);
in malidp_atomic_commit_se_config()
123
struct
malidp_crtc_state
*old_cs = to_malidp_crtc_state(old_state);
in malidp_atomic_commit_se_config()
H
A
D
malidp_planes.c
267
struct
malidp_crtc_state
*mc;
in malidp_se_check_scaling()
887
struct
malidp_crtc_state
*m =
in malidp_de_plane_update()
Completed in 8 milliseconds