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:dc_dc_mode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/dac/
H
A
D
ad5758.c
107
* @
dc_dc_mode
: variable which stores the mode of operation
118
unsigned int
dc_dc_mode
;
member
349
st->
dc_dc_mode
= mode;
in ad5758_set_dc_dc_conv_mode()
719
&st->
dc_dc_mode
);
in ad5758_parse_dt()
725
if (!ad5758_is_valid_mode(st->
dc_dc_mode
))
in ad5758_parse_dt()
728
if (st->
dc_dc_mode
== AD5758_DCDC_MODE_DPC_VOLTAGE) {
in ad5758_parse_dt()
813
ret = ad5758_set_dc_dc_conv_mode(st, st->
dc_dc_mode
);
in ad5758_init()
866
if (st->
dc_dc_mode
== AD5758_DCDC_MODE_DPC_VOLTAGE)
in ad5758_probe()
/kernel/linux/linux-6.6/drivers/iio/dac/
H
A
D
ad5758.c
106
* @
dc_dc_mode
: variable which stores the mode of operation
117
unsigned int
dc_dc_mode
;
member
348
st->
dc_dc_mode
= mode;
in ad5758_set_dc_dc_conv_mode()
718
&st->
dc_dc_mode
);
in ad5758_parse_dt()
724
if (!ad5758_is_valid_mode(st->
dc_dc_mode
))
in ad5758_parse_dt()
727
if (st->
dc_dc_mode
== AD5758_DCDC_MODE_DPC_VOLTAGE) {
in ad5758_parse_dt()
812
ret = ad5758_set_dc_dc_conv_mode(st, st->
dc_dc_mode
);
in ad5758_init()
865
if (st->
dc_dc_mode
== AD5758_DCDC_MODE_DPC_VOLTAGE)
in ad5758_probe()
Completed in 3 milliseconds