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:revno
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticore.c
602
rom->
revno
[0] >> 4,
in sti_dump_rom()
603
rom->
revno
[0] & 0x0f);
in sti_dump_rom()
757
unsigned long
revno
;
in sti_read_rom()
local
809
revno
= (raw->
revno
[0] << 8) | raw->
revno
[1];
in sti_read_rom()
814
if (
revno
== 0x8408 ||
revno
== 0x840b)
in sti_read_rom()
818
if (
revno
== 0x8509)
in sti_read_rom()
822
if (
revno
in sti_read_rom()
[all...]
/kernel/linux/linux-6.6/drivers/video/
H
A
D
sticore.c
652
rom->
revno
[0] >> 4,
in sti_dump_rom()
653
rom->
revno
[0] & 0x0f);
in sti_dump_rom()
807
unsigned long
revno
;
in sti_read_rom()
local
875
revno
= (raw->
revno
[0] << 8) | raw->
revno
[1];
in sti_read_rom()
880
if (
revno
== 0x8408 ||
revno
== 0x840b)
in sti_read_rom()
884
if (
revno
== 0x8509)
in sti_read_rom()
888
if (
revno
in sti_read_rom()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sticore.h
182
u8
revno
[2];
member
/kernel/linux/linux-6.6/include/video/
H
A
D
sticore.h
183
u8
revno
[2];
member
Completed in 6 milliseconds