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:prev_lev
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H
A
D
devfreq.c
220
int lev,
prev_lev
, ret = 0;
in devfreq_update_status()
local
231
prev_lev
= devfreq_get_freq_level(devfreq, devfreq->previous_freq);
in devfreq_update_status()
232
if (
prev_lev
< 0) {
in devfreq_update_status()
233
ret =
prev_lev
;
in devfreq_update_status()
237
devfreq->stats.time_in_state[
prev_lev
] += cur_time - devfreq->stats.last_update;
in devfreq_update_status()
245
if (lev !=
prev_lev
) {
in devfreq_update_status()
246
devfreq->stats.trans_table[(
prev_lev
* devfreq->profile->max_state) + lev]++;
in devfreq_update_status()
Completed in 3 milliseconds