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:exynos_crtc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_crtc.c
24
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(crtc);
in exynos_drm_crtc_atomic_enable()
local
26
if (
exynos_crtc
->ops->atomic_enable)
in exynos_drm_crtc_atomic_enable()
27
exynos_crtc
->ops->atomic_enable(
exynos_crtc
);
in exynos_drm_crtc_atomic_enable()
35
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(crtc);
in exynos_drm_crtc_atomic_disable()
local
39
if (
exynos_crtc
->ops->atomic_disable)
in exynos_drm_crtc_atomic_disable()
40
exynos_crtc
->ops->atomic_disable(
exynos_crtc
);
in exynos_drm_crtc_atomic_disable()
53
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(crtc);
in exynos_crtc_atomic_check()
local
58
if (
exynos_crtc
in exynos_crtc_atomic_check()
67
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_atomic_begin()
local
76
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_atomic_flush()
local
85
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_mode_valid()
local
97
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_mode_fixup()
local
117
exynos_crtc
_handle_event(struct exynos_drm_crtc *
exynos_crtc
)
exynos_crtc_handle_event()
argument
136
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_destroy()
local
144
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_enable_vblank()
local
154
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_disable_vblank()
local
177
struct exynos_drm_crtc *
exynos_crtc
;
exynos_drm_crtc_create()
local
234
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_te_handler()
local
[all...]
H
A
D
exynos_drm_crtc.h
22
void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *
exynos_crtc
);
23
void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *
exynos_crtc
,
40
void exynos_crtc_handle_event(struct exynos_drm_crtc *
exynos_crtc
);
H
A
D
exynos_drm_plane.c
256
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(state->crtc);
in exynos_plane_atomic_update()
local
262
if (
exynos_crtc
->ops->update_plane)
in exynos_plane_atomic_update()
263
exynos_crtc
->ops->update_plane(
exynos_crtc
, exynos_plane);
in exynos_plane_atomic_update()
270
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(old_state->crtc);
in exynos_plane_atomic_disable()
local
275
if (
exynos_crtc
->ops->disable_plane)
in exynos_plane_atomic_disable()
276
exynos_crtc
->ops->disable_plane(
exynos_crtc
, exynos_plane);
in exynos_plane_atomic_disable()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_crtc.c
24
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(crtc);
in exynos_drm_crtc_atomic_enable()
local
26
if (
exynos_crtc
->ops->atomic_enable)
in exynos_drm_crtc_atomic_enable()
27
exynos_crtc
->ops->atomic_enable(
exynos_crtc
);
in exynos_drm_crtc_atomic_enable()
35
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(crtc);
in exynos_drm_crtc_atomic_disable()
local
39
if (
exynos_crtc
->ops->atomic_disable)
in exynos_drm_crtc_atomic_disable()
40
exynos_crtc
->ops->atomic_disable(
exynos_crtc
);
in exynos_drm_crtc_atomic_disable()
55
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(crtc);
in exynos_crtc_atomic_check()
local
60
if (
exynos_crtc
in exynos_crtc_atomic_check()
69
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_atomic_begin()
local
78
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_atomic_flush()
local
87
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_mode_valid()
local
99
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_crtc_mode_fixup()
local
119
exynos_crtc
_handle_event(struct exynos_drm_crtc *
exynos_crtc
)
exynos_crtc_handle_event()
argument
138
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_destroy()
local
146
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_enable_vblank()
local
156
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_disable_vblank()
local
179
struct exynos_drm_crtc *
exynos_crtc
;
exynos_drm_crtc_create()
local
236
struct exynos_drm_crtc *
exynos_crtc
= to_
exynos_crtc
(crtc);
exynos_drm_crtc_te_handler()
local
[all...]
H
A
D
exynos_drm_crtc.h
22
void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *
exynos_crtc
);
23
void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *
exynos_crtc
,
40
void exynos_crtc_handle_event(struct exynos_drm_crtc *
exynos_crtc
);
H
A
D
exynos_drm_plane.c
260
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(new_state->crtc);
in exynos_plane_atomic_update()
local
266
if (
exynos_crtc
->ops->update_plane)
in exynos_plane_atomic_update()
267
exynos_crtc
->ops->update_plane(
exynos_crtc
, exynos_plane);
in exynos_plane_atomic_update()
275
struct exynos_drm_crtc *
exynos_crtc
= to_exynos_crtc(old_state->crtc);
in exynos_plane_atomic_disable()
local
280
if (
exynos_crtc
->ops->disable_plane)
in exynos_plane_atomic_disable()
281
exynos_crtc
->ops->disable_plane(
exynos_crtc
, exynos_plane);
in exynos_plane_atomic_disable()
Completed in 3 milliseconds