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:c_rdev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
core.c
293
struct regulator_dev *
c_rdev
;
in regulator_supply_is_couple()
local
297
c_rdev
= rdev->coupling_desc.coupled_rdevs[i];
in regulator_supply_is_couple()
299
if (rdev->supply->rdev ==
c_rdev
)
in regulator_supply_is_couple()
309
struct regulator_dev *
c_rdev
, *supply_rdev;
in regulator_unlock_recursive()
local
313
c_rdev
= rdev->coupling_desc.coupled_rdevs[i - 1];
in regulator_unlock_recursive()
315
if (!
c_rdev
)
in regulator_unlock_recursive()
318
if (
c_rdev
->supply && !regulator_supply_is_couple(
c_rdev
)) {
in regulator_unlock_recursive()
319
supply_rdev =
c_rdev
->supply->rdev;
in regulator_unlock_recursive()
326
regulator_unlock(
c_rdev
);
in regulator_unlock_recursive()
335
struct regulator_dev *
c_rdev
;
regulator_lock_recursive()
local
5120
struct regulator_dev *
c_rdev
;
regulator_resolve_coupling()
local
5150
struct regulator_dev *__
c_rdev
, *
c_rdev
;
regulator_remove_coupling()
local
[all...]
H
A
D
of_regulator.c
626
struct regulator_dev *
c_rdev
;
in of_parse_coupled_regulator()
local
632
c_rdev
= of_find_regulator_by_node(c_node);
in of_parse_coupled_regulator()
636
return
c_rdev
;
in of_parse_coupled_regulator()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
core.c
277
struct regulator_dev *
c_rdev
;
in regulator_supply_is_couple()
local
281
c_rdev
= rdev->coupling_desc.coupled_rdevs[i];
in regulator_supply_is_couple()
283
if (rdev->supply->rdev ==
c_rdev
)
in regulator_supply_is_couple()
293
struct regulator_dev *
c_rdev
, *supply_rdev;
in regulator_unlock_recursive()
local
297
c_rdev
= rdev->coupling_desc.coupled_rdevs[i - 1];
in regulator_unlock_recursive()
299
if (!
c_rdev
)
in regulator_unlock_recursive()
302
if (
c_rdev
->supply && !regulator_supply_is_couple(
c_rdev
)) {
in regulator_unlock_recursive()
303
supply_rdev =
c_rdev
->supply->rdev;
in regulator_unlock_recursive()
310
regulator_unlock(
c_rdev
);
in regulator_unlock_recursive()
319
struct regulator_dev *
c_rdev
;
regulator_lock_recursive()
local
5338
struct regulator_dev *
c_rdev
;
regulator_resolve_coupling()
local
5368
struct regulator_dev *__
c_rdev
, *
c_rdev
;
regulator_remove_coupling()
local
[all...]
H
A
D
of_regulator.c
692
struct regulator_dev *
c_rdev
;
in of_parse_coupled_regulator()
local
698
c_rdev
= of_find_regulator_by_node(c_node);
in of_parse_coupled_regulator()
702
return
c_rdev
;
in of_parse_coupled_regulator()
Completed in 9 milliseconds