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:int_pin_sel
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ad4130.c
287
u32
int_pin_sel
;
member
1661
st->
int_pin_sel
= AD4130_INT_PIN_INT;
in ad4310_parse_fw()
1667
st->
int_pin_sel
= i;
in ad4310_parse_fw()
1672
if (st->
int_pin_sel
== AD4130_INT_PIN_DOUT)
in ad4310_parse_fw()
1676
if (st->
int_pin_sel
== AD4130_INT_PIN_P2)
in ad4310_parse_fw()
1693
if (st->
int_pin_sel
== AD4130_INT_PIN_CLK &&
in ad4310_parse_fw()
1697
st->mclk_sel, st->
int_pin_sel
);
in ad4310_parse_fw()
1834
if (st->
int_pin_sel
== AD4130_INT_PIN_CLK ||
in ad4130_setup_int_clk()
1911
val |= FIELD_PREP(AD4130_IO_CONTROL_INT_PIN_SEL_MASK, st->
int_pin_sel
);
in ad4130_setup()
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
fxls8962af-core.c
1086
u8
int_pin_sel
;
in fxls8962af_irq_setup()
local
1092
int_pin_sel
= FXLS8962AF_INT_PIN_SEL_INT1;
in fxls8962af_irq_setup()
1095
int_pin_sel
= FXLS8962AF_INT_PIN_SEL_INT2;
in fxls8962af_irq_setup()
1103
FXLS8962AF_INT_PIN_SEL_MASK,
int_pin_sel
);
in fxls8962af_irq_setup()
Completed in 10 milliseconds