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:get_voltage
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/regulator/
H
A
D
hi3751v350-regulator.c
67
.
get_voltage
= hisi_gpu_regulator_get_voltage,
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H
A
D
driver.h
62
* @
get_voltage
: Return the currently configured voltage for the regulator;
132
int (*
get_voltage
)(struct regulator_dev *);
member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H
A
D
mali_kbase_devfreq.c
56
*
get_voltage
() - Get the voltage value corresponding to the nominal frequency
66
static unsigned long
get_voltage
(struct kbase_device *kbdev, unsigned long freq)
in get_voltage()
function
119
unsigned long voltage =
get_voltage
(kbdev, freq);
in kbase_devfreq_opp_translate()
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
617
} else if (rdev->desc->ops->
get_voltage
) {
in regulator_get_voltage_rdev()
618
ret = rdev->desc->ops->
get_voltage
(rdev);
in regulator_get_voltage_rdev()
3598
(rdev->desc->min_dropout_uV || !(rdev->desc->ops->
get_voltage
|| rdev->desc->ops->get_voltage_sel))) {
in regulator_set_voltage_rdev()
4809
if ((ops->
get_voltage
&& ops->
get_voltage
(rdev) >= 0) ||
in regulator_attr_is_visible()
5186
if (ops->
get_voltage
|| ops->get_voltage_sel) {
in rdev_init_debugfs()
5491
WARN_ON(regulator_desc->ops->
get_voltage
&& regulator_desc->ops->get_voltage_sel);
in regulator_register()
5640
if (!rdev->desc->ops->
get_voltage
&& !rdev->desc->ops->list_voltage && !rdev->desc->fixed_uV) {
in regulator_register()
Completed in 19 milliseconds