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_mode
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H
A
D
driver.h
84
* @
get_mode
: Get the configured operating mode for the regulator.
150
unsigned int (*
get_mode
)(struct regulator_dev *);
member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
rk808-regulator.c
718
.
get_mode
= rk8xx_get_mode,
736
.
get_mode
= rk8xx_get_mode,
766
.
get_mode
= rk8xx_get_mode,
779
.
get_mode
= rk8xx_get_mode,
833
.
get_mode
= rk8xx_get_mode,
H
A
D
core.c
4292
if (rdev->desc->ops->
get_mode
) {
in regulator_set_mode()
4293
regulator_curr_mode = rdev->desc->ops->
get_mode
(rdev);
in regulator_set_mode()
4316
if (!rdev->desc->ops->
get_mode
) {
in _regulator_get_mode_unlocked()
4320
return rdev->desc->ops->
get_mode
(rdev);
in _regulator_get_mode_unlocked()
4823
return ops->
get_mode
? mode : 0;
in regulator_attr_is_visible()
5199
if (ops->
get_mode
) {
in rdev_init_debugfs()
5212
if (ops->
get_mode
) {
in rdev_init_debugfs()
H
A
D
fan53555.c
367
.
get_mode
= fan53555_get_mode,
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.h
171
hcc_flowctl_get_mode
get_mode
;
member
/device/soc/rockchip/common/vendor/drivers/regulator/
H
A
D
xz3216.c
197
.
get_mode
= xz3216_dcdc_get_mode,
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H
A
D
rk806-regulator.c
909
.
get_mode
= rk806_get_mode,
Completed in 16 milliseconds