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:hrate
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
1221
unsigned int drate = 0,
hrate
= 0;
in sisfb_do_set_var()
local
1250
hrate
= (drate * 1000) / htotal;
in sisfb_do_set_var()
1251
ivideo->refresh_rate = (unsigned int) (
hrate
* 2 / vtotal);
in sisfb_do_set_var()
1467
unsigned int drate = 0,
hrate
= 0, maxyres;
in sisfb_check_var()
local
1554
hrate
= (drate * 1000) / htotal;
in sisfb_check_var()
1555
refresh_rate = (unsigned int) (
hrate
* 2 / vtotal);
in sisfb_check_var()
1572
hrate
= (drate * 1000) / htotal;
in sisfb_check_var()
1573
refresh_rate = (unsigned int) (
hrate
* 2 / vtotal);
in sisfb_check_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
1222
unsigned int drate = 0,
hrate
= 0;
in sisfb_do_set_var()
local
1251
hrate
= (drate * 1000) / htotal;
in sisfb_do_set_var()
1252
ivideo->refresh_rate = (unsigned int) (
hrate
* 2 / vtotal);
in sisfb_do_set_var()
1468
unsigned int drate = 0,
hrate
= 0, maxyres;
in sisfb_check_var()
local
1557
hrate
= (drate * 1000) / htotal;
in sisfb_check_var()
1558
refresh_rate = (unsigned int) (
hrate
* 2 / vtotal);
in sisfb_check_var()
1575
hrate
= (drate * 1000) / htotal;
in sisfb_check_var()
1576
refresh_rate = (unsigned int) (
hrate
* 2 / vtotal);
in sisfb_check_var()
Completed in 17 milliseconds