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:axp22x_regulators
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
axp20x-regulator.c
561
static const struct regulator_desc
axp22x_regulators
[] = {
variable
1218
const char *dcdc1_name =
axp22x_regulators
[AXP22X_DCDC1].name;
in axp20x_regulator_probe()
1219
const char *dcdc5_name =
axp22x_regulators
[AXP22X_DCDC5].name;
in axp20x_regulator_probe()
1230
regulators =
axp22x_regulators
;
in axp20x_regulator_probe()
1289
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DC1SW) ||
in axp20x_regulator_probe()
1302
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DC5LDO) ||
in axp20x_regulator_probe()
1334
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DCDC1) ||
in axp20x_regulator_probe()
1340
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DCDC5) ||
in axp20x_regulator_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
axp20x-regulator.c
633
static const struct regulator_desc
axp22x_regulators
[] = {
variable
1460
const char *dcdc1_name =
axp22x_regulators
[AXP22X_DCDC1].name;
in axp20x_regulator_probe()
1461
const char *dcdc5_name =
axp22x_regulators
[AXP22X_DCDC5].name;
in axp20x_regulator_probe()
1473
regulators =
axp22x_regulators
;
in axp20x_regulator_probe()
1541
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DC1SW) ||
in axp20x_regulator_probe()
1555
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DC5LDO) ||
in axp20x_regulator_probe()
1600
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DCDC1) ||
in axp20x_regulator_probe()
1607
if ((regulators ==
axp22x_regulators
&& i == AXP22X_DCDC5) ||
in axp20x_regulator_probe()
Completed in 5 milliseconds