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:min_cpu_freq
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_dmc.c
155
unsigned int
min_cpu_freq
;
member
421
if (dmcfreq->
min_cpu_freq
&& cpufreq_cur < dmcfreq->
min_cpu_freq
) {
in rockchip_dmcfreq_target()
422
if (policy->max >= dmcfreq->
min_cpu_freq
) {
in rockchip_dmcfreq_target()
423
__cpufreq_driver_target(policy, dmcfreq->
min_cpu_freq
, CPUFREQ_RELATION_L);
in rockchip_dmcfreq_target()
2645
of_property_read_u32(np, "min-cpu-freq", &dmcfreq->
min_cpu_freq
);
in rockchip_dmcfreq_parse_dt()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_dmc.c
151
unsigned int
min_cpu_freq
;
member
417
if (dmcfreq->
min_cpu_freq
&& cpufreq_cur < dmcfreq->
min_cpu_freq
) {
in rockchip_dmcfreq_target()
418
if (policy->max >= dmcfreq->
min_cpu_freq
) {
in rockchip_dmcfreq_target()
419
__cpufreq_driver_target(policy, dmcfreq->
min_cpu_freq
,
in rockchip_dmcfreq_target()
2800
of_property_read_u32(np, "min-cpu-freq", &dmcfreq->
min_cpu_freq
);
in rockchip_dmcfreq_parse_dt()
Completed in 8 milliseconds