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:sisbios_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
160
while(
sisbios_mode
[i++].mode_no[0] != 0) {
in sisfb_search_vesamode()
161
if( (
sisbios_mode
[i-1].vesa_mode_no_1 == vesamode) ||
in sisfb_search_vesamode()
162
(
sisbios_mode
[i-1].vesa_mode_no_2 == vesamode) ) {
in sisfb_search_vesamode()
164
if(
sisbios_mode
[i-1].mode_no[1] == 0x50 ||
in sisfb_search_vesamode()
165
sisbios_mode
[i-1].mode_no[1] == 0x56 ||
in sisfb_search_vesamode()
166
sisbios_mode
[i-1].mode_no[1] == 0x53)
in sisfb_search_vesamode()
169
if(
sisbios_mode
[i-1].mode_no[1] == 0x5a ||
in sisfb_search_vesamode()
170
sisbios_mode
[i-1].mode_no[1] == 0x5b)
in sisfb_search_vesamode()
199
if(!strncasecmp(name,
sisbios_mode
[MODE_INDEX_NONE].name, strlen(name))) {
in sisfb_search_mode()
237
while(
sisbios_mode
[
in sisfb_search_mode()
[all...]
H
A
D
sis_main.h
150
}
sisbios_mode
[] = {
variable
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
161
while(
sisbios_mode
[i++].mode_no[0] != 0) {
in sisfb_search_vesamode()
162
if( (
sisbios_mode
[i-1].vesa_mode_no_1 == vesamode) ||
in sisfb_search_vesamode()
163
(
sisbios_mode
[i-1].vesa_mode_no_2 == vesamode) ) {
in sisfb_search_vesamode()
165
if(
sisbios_mode
[i-1].mode_no[1] == 0x50 ||
in sisfb_search_vesamode()
166
sisbios_mode
[i-1].mode_no[1] == 0x56 ||
in sisfb_search_vesamode()
167
sisbios_mode
[i-1].mode_no[1] == 0x53)
in sisfb_search_vesamode()
170
if(
sisbios_mode
[i-1].mode_no[1] == 0x5a ||
in sisfb_search_vesamode()
171
sisbios_mode
[i-1].mode_no[1] == 0x5b)
in sisfb_search_vesamode()
200
if(!strncasecmp(name,
sisbios_mode
[MODE_INDEX_NONE].name, strlen(name))) {
in sisfb_search_mode()
238
while(
sisbios_mode
[
in sisfb_search_mode()
[all...]
H
A
D
sis_main.h
150
}
sisbios_mode
[] = {
variable
Completed in 9 milliseconds