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:ref_sel
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ad4130.c
232
u32
ref_sel
;
member
687
FIELD_PREP(AD4130_CONFIG_REF_SEL_MASK, setup_info->
ref_sel
) |
in ad4130_write_slot_setup()
977
if (val == st->scale_tbls[setup_info->
ref_sel
][pga][0] &&
in ad4130_set_channel_pga()
978
val2 == st->scale_tbls[setup_info->
ref_sel
][pga][1])
in ad4130_set_channel_pga()
1097
*val = st->scale_tbls[setup_info->
ref_sel
][setup_info->pga][0];
in ad4130_read_raw()
1098
*val2 = st->scale_tbls[setup_info->
ref_sel
][setup_info->pga][1];
in ad4130_read_raw()
1130
*vals = (int *)st->scale_tbls[setup_info->
ref_sel
];
in ad4130_read_avail()
1131
*length = ARRAY_SIZE(st->scale_tbls[setup_info->
ref_sel
]) * 2;
in ad4130_read_avail()
1407
enum ad4130_ref_sel
ref_sel
)
in ad4130_get_ref_voltage()
1409
switch (
ref_sel
) {
in ad4130_get_ref_voltage()
1406
ad4130_get_ref_voltage(struct ad4130_state *st, enum ad4130_
ref_sel
ref_sel
)
ad4130_get_ref_voltage()
argument
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
stmpe.h
144
u8
ref_sel
;
member
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
stmpe.h
144
u8
ref_sel
;
member
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
stmpe-ts.c
269
ts->stmpe->
ref_sel
= val;
in stmpe_ts_get_platform_info()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
stmpe-ts.c
271
ts->stmpe->
ref_sel
= val;
in stmpe_ts_get_platform_info()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
stmpe.c
554
STMPE_REF_SEL(stmpe->
ref_sel
);
in stmpe811_adc_common_init()
1407
stmpe->
ref_sel
= val;
in stmpe_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
stmpe.c
552
STMPE_REF_SEL(stmpe->
ref_sel
);
in stmpe811_adc_common_init()
1396
stmpe->
ref_sel
= val;
in stmpe_probe()
Completed in 9 milliseconds