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:current_freqs
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
182
old_freqs[i] = kbdev->
current_freqs
[i];
in kbase_devfreq_target()
206
kbdev->
current_freqs
[i] = freqs[i];
in kbase_devfreq_target()
648
kbdev->
current_freqs
[i] = clk_get_rate(kbdev->clocks[i]);
in kbase_devfreq_init()
650
kbdev->
current_freqs
[i] = 0;
in kbase_devfreq_init()
653
kbdev->current_nominal_freq = kbdev->
current_freqs
[0];
in kbase_devfreq_init()
657
dp->initial_freq = kbdev->
current_freqs
[0];
in kbase_devfreq_init()
707
opp_rate = kbdev->
current_freqs
[0]; /* Bifrost GPU has only 1 clock. */
in kbase_devfreq_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
693
kbdev->
current_freqs
[i] =
in kbase_devfreq_init()
696
kbdev->
current_freqs
[i] = 0;
in kbase_devfreq_init()
700
kbdev->current_nominal_freq = kbdev->
current_freqs
[0];
in kbase_devfreq_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
742
* @
current_freqs
: The real frequencies, corresponding to
975
unsigned long
current_freqs
[BASE_MAX_NR_CLOCKS_REGULATORS];
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
794
* @
current_freqs
: The real frequencies, corresponding to
1068
unsigned long
current_freqs
[BASE_MAX_NR_CLOCKS_REGULATORS];
member
Completed in 10 milliseconds