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:i80_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_mic.c
101
bool
i80_mode
;
member
122
if (mic->
i80_mode
)
in mic_set_path()
200
if (!mic->
i80_mode
) {
in mic_set_output_timing()
221
if (mic->
i80_mode
)
in mic_set_reg_on()
258
mic->
i80_mode
= to_exynos_crtc(bridge->encoder->crtc)->
i80_mode
;
in mic_mode_set()
285
if (!mic->
i80_mode
)
in mic_pre_enable()
H
A
D
exynos5433_drm_decon.c
108
if (crtc->
i80_mode
)
in decon_enable_vblank()
157
if (!(ctx->crtc->
i80_mode
))
in decon_get_frame_count()
177
if (!ctx->crtc->
i80_mode
&& !(ctx->out_type & I80_HW_TRG))
in decon_setup_trigger()
217
if (crtc->
i80_mode
) {
in decon_commit()
233
if (!crtc->
i80_mode
) {
in decon_commit()
591
ctx->irq = crtc->
i80_mode
? ctx->irq_lcd_sys : ctx->irq_vsync;
in decon_mode_valid()
597
crtc->
i80_mode
? "command" : "video");
in decon_mode_valid()
H
A
D
exynos_drm_drv.h
175
bool
i80_mode
: 1;
member
H
A
D
exynos_drm_dsi.c
1576
exynos_drm_crtc_get_by_type(drm, EXYNOS_DISPLAY_TYPE_LCD)->
i80_mode
=
in exynos_dsi_host_attach()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_mic.c
102
bool
i80_mode
;
member
122
if (mic->
i80_mode
)
in mic_set_path()
200
if (!mic->
i80_mode
) {
in mic_set_output_timing()
221
if (mic->
i80_mode
)
in mic_set_reg_on()
256
mic->
i80_mode
= to_exynos_crtc(bridge->encoder->crtc)->
i80_mode
;
in mic_mode_set()
281
if (!mic->
i80_mode
)
in mic_pre_enable()
H
A
D
exynos5433_drm_decon.c
109
if (crtc->
i80_mode
)
in decon_enable_vblank()
158
if (!(ctx->crtc->
i80_mode
))
in decon_get_frame_count()
178
if (!ctx->crtc->
i80_mode
&& !(ctx->out_type & I80_HW_TRG))
in decon_setup_trigger()
218
if (crtc->
i80_mode
) {
in decon_commit()
234
if (!crtc->
i80_mode
) {
in decon_commit()
597
ctx->irq = crtc->
i80_mode
? ctx->irq_lcd_sys : ctx->irq_vsync;
in decon_mode_valid()
603
crtc->
i80_mode
? "command" : "video");
in decon_mode_valid()
H
A
D
exynos_drm_drv.h
175
bool
i80_mode
: 1;
member
H
A
D
exynos_drm_dsi.c
53
exynos_drm_crtc_get_by_type(drm, EXYNOS_DISPLAY_TYPE_LCD)->
i80_mode
=
in exynos_dsi_host_attach()
Completed in 9 milliseconds