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:imx7d_adc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
imx7d_adc.c
106
struct
imx7d_adc
{
struct
176
static void imx7d_adc_feature_config(struct
imx7d_adc
*info)
in imx7d_adc_feature_config()
183
static void imx7d_adc_sample_rate_set(struct
imx7d_adc
*info)
in imx7d_adc_sample_rate_set()
211
static void imx7d_adc_hw_init(struct
imx7d_adc
*info)
in imx7d_adc_hw_init()
231
static void imx7d_adc_channel_set(struct
imx7d_adc
*info)
in imx7d_adc_channel_set()
270
static u32 imx7d_adc_get_sample_rate(struct
imx7d_adc
*info)
in imx7d_adc_get_sample_rate()
288
struct
imx7d_adc
*info = iio_priv(indio_dev);
in imx7d_adc_read_raw()
332
static int imx7d_adc_read_data(struct
imx7d_adc
*info)
in imx7d_adc_read_data()
359
struct
imx7d_adc
*info = dev_id;
in imx7d_adc_isr()
396
struct
imx7d_adc
*inf
in imx7d_adc_reg_access()
[all...]
H
A
D
Makefile
48
obj-$(CONFIG_IMX7D_ADC) +=
imx7d_adc
.o
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
imx7d_adc.c
108
struct
imx7d_adc
{
struct
179
static void imx7d_adc_feature_config(struct
imx7d_adc
*info)
in imx7d_adc_feature_config()
186
static void imx7d_adc_sample_rate_set(struct
imx7d_adc
*info)
in imx7d_adc_sample_rate_set()
214
static void imx7d_adc_hw_init(struct
imx7d_adc
*info)
in imx7d_adc_hw_init()
234
static void imx7d_adc_channel_set(struct
imx7d_adc
*info)
in imx7d_adc_channel_set()
273
static u32 imx7d_adc_get_sample_rate(struct
imx7d_adc
*info)
in imx7d_adc_get_sample_rate()
291
struct
imx7d_adc
*info = iio_priv(indio_dev);
in imx7d_adc_read_raw()
335
static int imx7d_adc_read_data(struct
imx7d_adc
*info)
in imx7d_adc_read_data()
362
struct
imx7d_adc
*info = dev_id;
in imx7d_adc_isr()
399
struct
imx7d_adc
*inf
in imx7d_adc_reg_access()
[all...]
H
A
D
Makefile
50
obj-$(CONFIG_IMX7D_ADC) +=
imx7d_adc
.o
Completed in 4 milliseconds