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_max
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
114
sisfb_max
= -1;
in sisfb_setdefaultparms()
1614
if(ivideo->
sisfb_max
) {
in sisfb_check_var()
1809
if(ivideo->
sisfb_max
)
in sisfb_ioctl()
1823
ivideo->
sisfb_max
= (gpu32) ? 1 : 0;
in sisfb_ioctl()
4025
sisfb_max
= 0;
in sisfb_setup()
4027
sisfb_max
= -1;
in sisfb_setup()
5925
ivideo->
sisfb_max
=
sisfb_max
;
in sisfb_probe()
6443
/* Maximize regardless of
sisfb_max
at startup */
in sisfb_probe()
6500
(ivideo->
sisfb_max
in sisfb_probe()
[all...]
H
A
D
sis.h
535
int
sisfb_max
;
member
H
A
D
sis_main.h
54
static int
sisfb_max
= -1;
variable
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
115
sisfb_max
= -1;
in sisfb_setdefaultparms()
1617
if(ivideo->
sisfb_max
) {
in sisfb_check_var()
1812
if(ivideo->
sisfb_max
)
in sisfb_ioctl()
1826
ivideo->
sisfb_max
= (gpu32) ? 1 : 0;
in sisfb_ioctl()
4037
sisfb_max
= 0;
in sisfb_setup()
4039
sisfb_max
= -1;
in sisfb_setup()
5943
ivideo->
sisfb_max
=
sisfb_max
;
in sisfb_probe()
6457
/* Maximize regardless of
sisfb_max
at startup */
in sisfb_probe()
6511
(ivideo->
sisfb_max
in sisfb_probe()
[all...]
H
A
D
sis.h
534
int
sisfb_max
;
member
H
A
D
sis_main.h
54
static int
sisfb_max
= -1;
variable
Completed in 19 milliseconds