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:sun4i_layer_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_layer.h
21
struct
sun4i_layer_state
{
struct
33
static inline struct
sun4i_layer_state
*
36
return container_of(state, struct
sun4i_layer_state
, state);
in state_to_sun4i_layer_state()
H
A
D
sun4i_layer.c
21
struct
sun4i_layer_state
*state;
in sun4i_backend_layer_reset()
42
struct
sun4i_layer_state
*orig = state_to_sun4i_layer_state(plane->state);
in sun4i_backend_layer_duplicate_state()
43
struct
sun4i_layer_state
*copy;
in sun4i_backend_layer_duplicate_state()
58
struct
sun4i_layer_state
*s_state = state_to_sun4i_layer_state(state);
in sun4i_backend_layer_destroy_state()
68
struct
sun4i_layer_state
*layer_state = state_to_sun4i_layer_state(old_state);
in sun4i_backend_layer_atomic_disable()
86
struct
sun4i_layer_state
*layer_state = state_to_sun4i_layer_state(plane->state);
in sun4i_backend_layer_atomic_update()
H
A
D
sun4i_backend.c
387
struct
sun4i_layer_state
*p_state = state_to_sun4i_layer_state(state);
in sun4i_backend_update_layer_zpos()
510
struct
sun4i_layer_state
*layer_state =
in sun4i_backend_atomic_check()
599
struct
sun4i_layer_state
*s_state = state_to_sun4i_layer_state(p_state);
in sun4i_backend_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun4i_layer.h
21
struct
sun4i_layer_state
{
struct
33
static inline struct
sun4i_layer_state
*
36
return container_of(state, struct
sun4i_layer_state
, state);
in state_to_sun4i_layer_state()
H
A
D
sun4i_layer.c
21
struct
sun4i_layer_state
*state;
in sun4i_backend_layer_reset()
40
struct
sun4i_layer_state
*orig = state_to_sun4i_layer_state(plane->state);
in sun4i_backend_layer_duplicate_state()
41
struct
sun4i_layer_state
*copy;
in sun4i_backend_layer_duplicate_state()
56
struct
sun4i_layer_state
*s_state = state_to_sun4i_layer_state(state);
in sun4i_backend_layer_destroy_state()
68
struct
sun4i_layer_state
*layer_state = state_to_sun4i_layer_state(old_state);
in sun4i_backend_layer_atomic_disable()
88
struct
sun4i_layer_state
*layer_state = state_to_sun4i_layer_state(new_state);
in sun4i_backend_layer_atomic_update()
H
A
D
sun4i_backend.c
368
struct
sun4i_layer_state
*p_state = state_to_sun4i_layer_state(state);
in sun4i_backend_update_layer_zpos()
491
struct
sun4i_layer_state
*layer_state =
in sun4i_backend_atomic_check()
578
struct
sun4i_layer_state
*s_state = state_to_sun4i_layer_state(p_state);
in sun4i_backend_atomic_check()
Completed in 4 milliseconds