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:VP_DCFG_CRT_EN
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H
A
D
video_gx.c
282
dcfg |=
VP_DCFG_CRT_EN
| VP_DCFG_DAC_BL_EN;
in gx_configure_display()
322
VP_DCFG_CRT_EN
);
in gx_blank_display()
330
dcfg |=
VP_DCFG_CRT_EN
;
in gx_blank_display()
H
A
D
suspend_gx.c
149
VP_DCFG_HSYNC_EN |
VP_DCFG_CRT_EN
));
in gx_restore_video_proc()
190
VP_DCFG_VSYNC_EN | VP_DCFG_HSYNC_EN |
VP_DCFG_CRT_EN
));
in gx_disable_graphics()
H
A
D
lxfb_ops.c
218
write_vp(par, VP_DCFG, val & ~(
VP_DCFG_CRT_EN
| VP_DCFG_HSYNC_EN |
in lx_graphics_disable()
291
config |=
VP_DCFG_CRT_EN
| VP_DCFG_HSYNC_EN |
in lx_graphics_enable()
550
VP_DCFG_CRT_EN
);
in lx_blank_display()
552
dcfg |= VP_DCFG_DAC_BL_EN |
VP_DCFG_CRT_EN
;
in lx_blank_display()
H
A
D
gxfb.h
239
#define
VP_DCFG_CRT_EN
(1 << 0)
macro
H
A
D
lxfb.h
326
#define
VP_DCFG_CRT_EN
(1 << 0)
macro
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H
A
D
video_gx.c
282
dcfg |=
VP_DCFG_CRT_EN
| VP_DCFG_DAC_BL_EN;
in gx_configure_display()
322
VP_DCFG_CRT_EN
);
in gx_blank_display()
330
dcfg |=
VP_DCFG_CRT_EN
;
in gx_blank_display()
H
A
D
suspend_gx.c
149
VP_DCFG_HSYNC_EN |
VP_DCFG_CRT_EN
));
in gx_restore_video_proc()
190
VP_DCFG_VSYNC_EN | VP_DCFG_HSYNC_EN |
VP_DCFG_CRT_EN
));
in gx_disable_graphics()
H
A
D
lxfb_ops.c
218
write_vp(par, VP_DCFG, val & ~(
VP_DCFG_CRT_EN
| VP_DCFG_HSYNC_EN |
in lx_graphics_disable()
291
config |=
VP_DCFG_CRT_EN
| VP_DCFG_HSYNC_EN |
in lx_graphics_enable()
550
VP_DCFG_CRT_EN
);
in lx_blank_display()
552
dcfg |= VP_DCFG_DAC_BL_EN |
VP_DCFG_CRT_EN
;
in lx_blank_display()
H
A
D
gxfb.h
239
#define
VP_DCFG_CRT_EN
(1 << 0)
macro
H
A
D
lxfb.h
326
#define
VP_DCFG_CRT_EN
(1 << 0)
macro
Completed in 9 milliseconds