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:stage_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
H
A
D
repaper.c
82
unsigned int
stage_time
;
member
508
epd->factored_stage_time = epd->
stage_time
* factor10x / 10;
in repaper_get_temperature()
1057
epd->
stage_time
= 480;
in repaper_probe()
1067
epd->
stage_time
= 480;
in repaper_probe()
1077
epd->
stage_time
= 480;
in repaper_probe()
1095
epd->
stage_time
= 630;
in repaper_probe()
1109
epd->factored_stage_time = epd->
stage_time
;
in repaper_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H
A
D
repaper.c
83
unsigned int
stage_time
;
member
509
epd->factored_stage_time = epd->
stage_time
* factor10x / 10;
in repaper_get_temperature()
1026
epd->
stage_time
= 480;
in repaper_probe()
1036
epd->
stage_time
= 480;
in repaper_probe()
1046
epd->
stage_time
= 480;
in repaper_probe()
1064
epd->
stage_time
= 630;
in repaper_probe()
1078
epd->factored_stage_time = epd->
stage_time
;
in repaper_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
7612
unsigned long stage,
stage_time
;
in ipr_reset_next_stage()
local
7620
stage_time
= feedback & IPR_IPL_INIT_STAGE_TIME_MASK;
in ipr_reset_next_stage()
7622
ipr_dbg("IPL stage = 0x%lx, IPL stage time = %ld\n", stage,
stage_time
);
in ipr_reset_next_stage()
7624
/* sanity check the
stage_time
value */
in ipr_reset_next_stage()
7625
if (
stage_time
== 0)
in ipr_reset_next_stage()
7626
stage_time
= IPR_IPL_INIT_DEFAULT_STAGE_TIME;
in ipr_reset_next_stage()
7627
else if (
stage_time
< IPR_IPL_INIT_MIN_STAGE_TIME)
in ipr_reset_next_stage()
7628
stage_time
= IPR_IPL_INIT_MIN_STAGE_TIME;
in ipr_reset_next_stage()
7629
else if (
stage_time
> IPR_LONG_OPERATIONAL_TIMEOUT)
in ipr_reset_next_stage()
7630
stage_time
in ipr_reset_next_stage()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
8385
unsigned long stage,
stage_time
;
in ipr_reset_next_stage()
local
8393
stage_time
= feedback & IPR_IPL_INIT_STAGE_TIME_MASK;
in ipr_reset_next_stage()
8395
ipr_dbg("IPL stage = 0x%lx, IPL stage time = %ld\n", stage,
stage_time
);
in ipr_reset_next_stage()
8397
/* sanity check the
stage_time
value */
in ipr_reset_next_stage()
8398
if (
stage_time
== 0)
in ipr_reset_next_stage()
8399
stage_time
= IPR_IPL_INIT_DEFAULT_STAGE_TIME;
in ipr_reset_next_stage()
8400
else if (
stage_time
< IPR_IPL_INIT_MIN_STAGE_TIME)
in ipr_reset_next_stage()
8401
stage_time
= IPR_IPL_INIT_MIN_STAGE_TIME;
in ipr_reset_next_stage()
8402
else if (
stage_time
> IPR_LONG_OPERATIONAL_TIMEOUT)
in ipr_reset_next_stage()
8403
stage_time
in ipr_reset_next_stage()
[all...]
Completed in 24 milliseconds