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_voltage
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_devfreq.c
79
if (mdev->
current_voltage
== voltage) {
in mali_devfreq_target()
87
mdev->
current_voltage
= voltage;
in mali_devfreq_target()
93
if (mdev->regulator && mdev->
current_voltage
!= voltage && old_freq < freq) {
in mali_devfreq_target()
114
if (mdev->regulator && mdev->
current_voltage
!= voltage && old_freq > freq) {
in mali_devfreq_target()
123
mdev->
current_voltage
= voltage;
in mali_devfreq_target()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_devfreq.c
78
if (mdev->
current_voltage
== voltage)
in mali_devfreq_target()
85
mdev->
current_voltage
= voltage;
in mali_devfreq_target()
91
if (mdev->regulator && mdev->
current_voltage
!= voltage &&
in mali_devfreq_target()
112
if (mdev->regulator && mdev->
current_voltage
!= voltage &&
in mali_devfreq_target()
122
mdev->
current_voltage
= voltage;
in mali_devfreq_target()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_devfreq.c
119
if (kbdev->
current_voltage
== voltage)
in kbase_devfreq_target()
126
kbdev->
current_voltage
= voltage;
in kbase_devfreq_target()
133
if (kbdev->regulator && kbdev->
current_voltage
!= voltage &&
in kbase_devfreq_target()
154
if (kbdev->regulator && kbdev->
current_voltage
!= voltage &&
in kbase_devfreq_target()
169
kbdev->
current_voltage
= voltage;
in kbase_devfreq_target()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_devfreq.c
115
if (kbdev->
current_voltage
== voltage) {
in kbase_devfreq_target()
123
kbdev->
current_voltage
= voltage;
in kbase_devfreq_target()
130
if (kbdev->regulator && kbdev->
current_voltage
!= voltage && old_freq < freq) {
in kbase_devfreq_target()
150
if (kbdev->regulator && kbdev->
current_voltage
!= voltage && old_freq > freq) {
in kbase_devfreq_target()
164
kbdev->
current_voltage
= voltage;
in kbase_devfreq_target()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_osk_mali.h
39
unsigned long
current_voltage
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_osk_mali.h
40
unsigned long
current_voltage
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_defs.h
1086
unsigned long
current_voltage
;
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_defs.h
1097
unsigned long
current_voltage
;
member
Completed in 9 milliseconds