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:sisfb_crt2type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis.h
542
int
sisfb_crt2type
;
member
H
A
D
sis_main.c
121
sisfb_crt2type
= -1;
in sisfb_setdefaultparms()
300
sisfb_crt2type
= sis_crt2type[i].type_no;
in sisfb_search_crt2type()
311
if(
sisfb_crt2type
< 0)
in sisfb_search_crt2type()
5932
ivideo->
sisfb_crt2type
=
sisfb_crt2type
;
in sisfb_probe()
6322
if(ivideo->
sisfb_crt2type
!= -1) {
in sisfb_probe()
6323
if((ivideo->
sisfb_crt2type
== CRT2_LCD) &&
in sisfb_probe()
6326
} else if(ivideo->
sisfb_crt2type
!= CRT2_LCD) {
in sisfb_probe()
6327
ivideo->currentvbflags |= ivideo->
sisfb_crt2type
;
in sisfb_probe()
H
A
D
sis_main.h
61
static int
sisfb_crt2type
= -1; /* CRT2 type (for overriding autodetection) */
variable
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis.h
541
int
sisfb_crt2type
;
member
H
A
D
sis_main.c
122
sisfb_crt2type
= -1;
in sisfb_setdefaultparms()
301
sisfb_crt2type
= sis_crt2type[i].type_no;
in sisfb_search_crt2type()
312
if(
sisfb_crt2type
< 0)
in sisfb_search_crt2type()
5950
ivideo->
sisfb_crt2type
=
sisfb_crt2type
;
in sisfb_probe()
6336
if(ivideo->
sisfb_crt2type
!= -1) {
in sisfb_probe()
6337
if((ivideo->
sisfb_crt2type
== CRT2_LCD) &&
in sisfb_probe()
6340
} else if(ivideo->
sisfb_crt2type
!= CRT2_LCD) {
in sisfb_probe()
6341
ivideo->currentvbflags |= ivideo->
sisfb_crt2type
;
in sisfb_probe()
H
A
D
sis_main.h
61
static int
sisfb_crt2type
= -1; /* CRT2 type (for overriding autodetection) */
variable
Completed in 19 milliseconds