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:dev_to_rdev
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H
A
D
internal.h
52
static inline struct regulator_dev *
dev_to_rdev
(struct device *dev)
in dev_to_rdev()
function
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
1905
struct regulator_dev *r =
dev_to_rdev
(dev);
in regulator_match()
1916
return dev ?
dev_to_rdev
(dev) : NULL;
in regulator_lookup_by_name()
4798
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_attr_is_visible()
5237
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_register_resolve_supply()
5729
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_suspend()
5749
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_resume()
5901
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_summary_show_children()
5984
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_summary_lock_one()
6003
struct regulator_dev *rdev =
dev_to_rdev
(dev);
in regulator_summary_unlock_one()
6071
struct regulator_dev *rdev =
dev_to_rdev
(de
in regulator_summary_show_roots()
[all...]
H
A
D
of_regulator.c
486
return dev ?
dev_to_rdev
(dev) : NULL;
in of_find_regulator_by_node()
Completed in 10 milliseconds