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:CRT2_VGA
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/video/
H
A
D
sisfb.h
36
#define
CRT2_VGA
0x00000008
macro
58
#define CRT2_ENABLE (CRT2_LCD | CRT2_TV |
CRT2_VGA
)
/kernel/linux/linux-6.6/include/uapi/video/
H
A
D
sisfb.h
36
#define
CRT2_VGA
0x00000008
macro
58
#define CRT2_ENABLE (CRT2_LCD | CRT2_TV |
CRT2_VGA
)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/video/
H
A
D
sisfb.h
26
#define
CRT2_VGA
0x00000008
macro
46
#define CRT2_ENABLE (CRT2_LCD | CRT2_TV |
CRT2_VGA
)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/video/
H
A
D
sisfb.h
26
#define
CRT2_VGA
0x00000008
macro
46
#define CRT2_ENABLE (CRT2_LCD | CRT2_TV |
CRT2_VGA
)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/video/
H
A
D
sisfb.h
13
#define
CRT2_VGA
0x00000008
macro
33
#define CRT2_ENABLE (CRT2_LCD | CRT2_TV |
CRT2_VGA
)
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
547
else if(ivideo->vbflags &
CRT2_VGA
) realcrtno = 2;
in sisfb_handle_ddc()
705
case
CRT2_VGA
:
in sisfb_validate_mode()
1012
} else if(ivideo->currentvbflags &
CRT2_VGA
) {
in sisfb_myblank()
2102
ivideo->vbflags &= ~(CRT2_TV | CRT2_LCD |
CRT2_VGA
);
in sisfb_detect_VB_connect()
2106
if(cr32 & SIS_VB_CRT2) ivideo->vbflags |=
CRT2_VGA
;
in sisfb_detect_VB_connect()
3646
case
CRT2_VGA
:
in sisfb_pre_setmode()
6339
else if(ivideo->vbflags &
CRT2_VGA
)
in sisfb_probe()
6340
ivideo->currentvbflags |=
CRT2_VGA
;
in sisfb_probe()
6346
else if(ivideo->vbflags &
CRT2_VGA
)
in sisfb_probe()
6347
ivideo->currentvbflags |=
CRT2_VGA
;
in sisfb_probe()
[all...]
H
A
D
sis_main.h
364
{"VGA",
CRT2_VGA
, -1, FL_300|FL_315},
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
548
else if(ivideo->vbflags &
CRT2_VGA
) realcrtno = 2;
in sisfb_handle_ddc()
706
case
CRT2_VGA
:
in sisfb_validate_mode()
1013
} else if(ivideo->currentvbflags &
CRT2_VGA
) {
in sisfb_myblank()
2105
ivideo->vbflags &= ~(CRT2_TV | CRT2_LCD |
CRT2_VGA
);
in sisfb_detect_VB_connect()
2109
if(cr32 & SIS_VB_CRT2) ivideo->vbflags |=
CRT2_VGA
;
in sisfb_detect_VB_connect()
3658
case
CRT2_VGA
:
in sisfb_pre_setmode()
6353
else if(ivideo->vbflags &
CRT2_VGA
)
in sisfb_probe()
6354
ivideo->currentvbflags |=
CRT2_VGA
;
in sisfb_probe()
6360
else if(ivideo->vbflags &
CRT2_VGA
)
in sisfb_probe()
6361
ivideo->currentvbflags |=
CRT2_VGA
;
in sisfb_probe()
[all...]
H
A
D
sis_main.h
364
{"VGA",
CRT2_VGA
, -1, FL_300|FL_315},
Completed in 17 milliseconds