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:current_range
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/dac/
H
A
D
ad5421.c
62
* @
current_range
: current range which the device is configured for
70
enum ad5421_current_range
current_range
;
member
286
switch (st->
current_range
) {
in ad5421_get_current_min_max()
502
st->
current_range
= pdata->
current_range
;
in ad5421_probe()
506
st->
current_range
= AD5421_CURRENT_RANGE_4mA_20mA;
in ad5421_probe()
/kernel/linux/linux-6.6/drivers/iio/dac/
H
A
D
ad5421.c
62
* @
current_range
: current range which the device is configured for
70
enum ad5421_current_range
current_range
;
member
286
switch (st->
current_range
) {
in ad5421_get_current_min_max()
502
st->
current_range
= pdata->
current_range
;
in ad5421_probe()
506
st->
current_range
= AD5421_CURRENT_RANGE_4mA_20mA;
in ad5421_probe()
/kernel/linux/linux-5.10/include/linux/iio/dac/
H
A
D
ad5421.h
21
* @
current_range
: Current range the AD5421 is configured for
26
enum ad5421_current_range
current_range
;
member
/kernel/linux/linux-6.6/include/linux/iio/dac/
H
A
D
ad5421.h
21
* @
current_range
: Current range the AD5421 is configured for
26
enum ad5421_current_range
current_range
;
member
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
da9121-regulator.c
108
struct da9121_range *
current_range
;
member
193
variant_parameters[chip->variant_id].
current_range
;
in da9121_get_current_limit()
224
variant_parameters[chip->variant_id].
current_range
;
in da9121_ceiling_selector()
264
variant_parameters[chip->variant_id].
current_range
;
in da9121_set_current_limit()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H
A
D
netdev.c
692
static int igbvf_range_to_itr(enum latency_range
current_range
)
in igbvf_range_to_itr()
argument
696
switch (
current_range
) {
in igbvf_range_to_itr()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H
A
D
netdev.c
692
static int igbvf_range_to_itr(enum latency_range
current_range
)
in igbvf_range_to_itr()
argument
696
switch (
current_range
) {
in igbvf_range_to_itr()
Completed in 11 milliseconds