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_voltages
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
150
if (kbdev->
current_voltages
[i] == volts[i]) {
in kbase_devfreq_target()
159
kbdev->
current_voltages
[i] = volts[i];
in kbase_devfreq_target()
186
if (kbdev->regulators[i] && kbdev->
current_voltages
[i] != volts[i] && old_freqs[i] < freqs[i]) {
in kbase_devfreq_target()
191
kbdev->
current_voltages
[i] = volts[i];
in kbase_devfreq_target()
216
if (kbdev->regulators[i] && kbdev->
current_voltages
[i] != volts[i] && old_freqs[i] > freqs[i]) {
in kbase_devfreq_target()
221
kbdev->
current_voltages
[i] = volts[i];
in kbase_devfreq_target()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/
H
A
D
mali_kbase_ipa_debugfs.c
231
(kbdev->
current_voltages
[0] / 1000));
in current_power_get()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/
H
A
D
mali_kbase_ipa_debugfs.c
225
kbase_get_real_power(df, &power, kbdev->current_nominal_freq, (kbdev->
current_voltages
[0] / 1000));
in current_power_get()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
751
* @
current_voltages
: The voltages corresponding to @current_nominal_freq,
977
unsigned long
current_voltages
[BASE_MAX_NR_CLOCKS_REGULATORS];
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_defs.h
803
* @
current_voltages
: The voltages corresponding to @current_nominal_freq,
1070
unsigned long
current_voltages
[BASE_MAX_NR_CLOCKS_REGULATORS];
member
Completed in 9 milliseconds