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:VDDD
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
sgtl5000.c
94
/* regulator supplies for sgtl5000,
VDDD
is an optional external supply */
98
VDDD
,
enumerator
106
"
VDDD
"
1305
vddd = (sgtl5000->num_supplies >
VDDD
)
in sgtl5000_set_power_regs()
1306
? regulator_get_voltage(sgtl5000->supplies[
VDDD
].consumer)
in sgtl5000_set_power_regs()
1430
vddd = regulator_get_optional(&client->dev, "
VDDD
");
in sgtl5000_enable_regulators()
1693
if (sgtl5000->num_supplies <=
VDDD
) {
in sgtl5000_i2c_probe()
1694
/* internal
VDDD
at 1.2V */
in sgtl5000_i2c_probe()
1705
"Using internal LDO instead of
VDDD
: check ER1 erratum\n");
in sgtl5000_i2c_probe()
1707
/* using external LDO for
VDDD
in sgtl5000_i2c_probe()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
sgtl5000.c
94
/* regulator supplies for sgtl5000,
VDDD
is an optional external supply */
98
VDDD
,
enumerator
106
"
VDDD
"
1305
vddd = (sgtl5000->num_supplies >
VDDD
)
in sgtl5000_set_power_regs()
1306
? regulator_get_voltage(sgtl5000->supplies[
VDDD
].consumer)
in sgtl5000_set_power_regs()
1430
vddd = regulator_get_optional(&client->dev, "
VDDD
");
in sgtl5000_enable_regulators()
1690
if (sgtl5000->num_supplies <=
VDDD
) {
in sgtl5000_i2c_probe()
1691
/* internal
VDDD
at 1.2V */
in sgtl5000_i2c_probe()
1702
"Using internal LDO instead of
VDDD
: check ER1 erratum\n");
in sgtl5000_i2c_probe()
1704
/* using external LDO for
VDDD
in sgtl5000_i2c_probe()
[all...]
Completed in 5 milliseconds