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:factor10x
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
H
A
D
repaper.c
478
unsigned int
factor10x
;
in repaper_get_temperature()
local
492
factor10x
= 170;
in repaper_get_temperature()
494
factor10x
= 120;
in repaper_get_temperature()
496
factor10x
= 80;
in repaper_get_temperature()
498
factor10x
= 40;
in repaper_get_temperature()
500
factor10x
= 30;
in repaper_get_temperature()
502
factor10x
= 20;
in repaper_get_temperature()
504
factor10x
= 10;
in repaper_get_temperature()
506
factor10x
= 7;
in repaper_get_temperature()
508
epd->factored_stage_time = epd->stage_time *
factor10x
/ 1
in repaper_get_temperature()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H
A
D
repaper.c
479
unsigned int
factor10x
;
in repaper_get_temperature()
local
493
factor10x
= 170;
in repaper_get_temperature()
495
factor10x
= 120;
in repaper_get_temperature()
497
factor10x
= 80;
in repaper_get_temperature()
499
factor10x
= 40;
in repaper_get_temperature()
501
factor10x
= 30;
in repaper_get_temperature()
503
factor10x
= 20;
in repaper_get_temperature()
505
factor10x
= 10;
in repaper_get_temperature()
507
factor10x
= 7;
in repaper_get_temperature()
509
epd->factored_stage_time = epd->stage_time *
factor10x
/ 1
in repaper_get_temperature()
[all...]
Completed in 3 milliseconds