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:currentvbflags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
841
if(ivideo->
currentvbflags
& VB_DISPTYPE_DISP2) {
in sisfb_CheckVBRetrace()
857
if((ivideo->
currentvbflags
& VB_DISPTYPE_DISP2) && (!(sisfb_bridgeisslave(ivideo)))) {
in sisfb_setupvbblankflags()
955
if(ivideo->
currentvbflags
& VB_DISPTYPE_CRT1) {
in sisfb_myblank()
973
if(ivideo->
currentvbflags
& CRT2_LCD) {
in sisfb_myblank()
1012
} else if(ivideo->
currentvbflags
& CRT2_VGA) {
in sisfb_myblank()
1128
if(!(ivideo->
currentvbflags
& CRT1_LCDA)) {
in sisfb_calc_pitch()
1145
if((ivideo->
currentvbflags
& VB_DISPTYPE_DISP1) || (isslavemode)) {
in sisfb_set_pitch()
1151
if((ivideo->
currentvbflags
& VB_DISPTYPE_DISP2) && (!isslavemode)) {
in sisfb_set_pitch()
1273
ivideo->sisfb_mode_idx, ivideo->
currentvbflags
);
in sisfb_do_set_var()
1353
if(ivideo->
currentvbflags
in sisfb_set_base_CRT2()
[all...]
H
A
D
sis.h
591
u32
currentvbflags
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
842
if(ivideo->
currentvbflags
& VB_DISPTYPE_DISP2) {
in sisfb_CheckVBRetrace()
858
if((ivideo->
currentvbflags
& VB_DISPTYPE_DISP2) && (!(sisfb_bridgeisslave(ivideo)))) {
in sisfb_setupvbblankflags()
956
if(ivideo->
currentvbflags
& VB_DISPTYPE_CRT1) {
in sisfb_myblank()
974
if(ivideo->
currentvbflags
& CRT2_LCD) {
in sisfb_myblank()
1013
} else if(ivideo->
currentvbflags
& CRT2_VGA) {
in sisfb_myblank()
1129
if(!(ivideo->
currentvbflags
& CRT1_LCDA)) {
in sisfb_calc_pitch()
1146
if((ivideo->
currentvbflags
& VB_DISPTYPE_DISP1) || (isslavemode)) {
in sisfb_set_pitch()
1152
if((ivideo->
currentvbflags
& VB_DISPTYPE_DISP2) && (!isslavemode)) {
in sisfb_set_pitch()
1274
ivideo->sisfb_mode_idx, ivideo->
currentvbflags
);
in sisfb_do_set_var()
1354
if(ivideo->
currentvbflags
in sisfb_set_base_CRT2()
[all...]
H
A
D
sis.h
590
u32
currentvbflags
;
member
Completed in 10 milliseconds