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:mcp3422
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
mcp3422.c
3
*
mcp3422
.c - driver for the Microchip mcp3421/2/3/4/5/6/7/8 chip family
87
struct
mcp3422
{
struct
95
static int mcp3422_update_config(struct
mcp3422
*adc, u8 newconfig)
in mcp3422_update_config()
108
static int mcp3422_read(struct
mcp3422
*adc, int *value, u8 *config)
in mcp3422_read()
130
static int mcp3422_read_channel(struct
mcp3422
*adc,
in mcp3422_read_channel()
164
struct
mcp3422
*adc = iio_priv(iio);
in mcp3422_read_raw()
198
struct
mcp3422
*adc = iio_priv(iio);
in mcp3422_write_raw()
274
struct
mcp3422
*adc = iio_priv(dev_to_iio_dev(dev));
in mcp3422_show_samp_freqs()
285
struct
mcp3422
*adc = iio_priv(dev_to_iio_dev(dev));
in mcp3422_show_scales()
337
struct
mcp3422
*ad
in mcp3422_probe()
[all...]
H
A
D
Makefile
66
obj-$(CONFIG_MCP3422) +=
mcp3422
.o
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
mcp3422.c
3
*
mcp3422
.c - driver for the Microchip mcp3421/2/3/4/5/6/7/8 chip family
87
struct
mcp3422
{
struct
95
static int mcp3422_update_config(struct
mcp3422
*adc, u8 newconfig)
in mcp3422_update_config()
108
static int mcp3422_read(struct
mcp3422
*adc, int *value, u8 *config)
in mcp3422_read()
130
static int mcp3422_read_channel(struct
mcp3422
*adc,
in mcp3422_read_channel()
164
struct
mcp3422
*adc = iio_priv(iio);
in mcp3422_read_raw()
198
struct
mcp3422
*adc = iio_priv(iio);
in mcp3422_write_raw()
274
struct
mcp3422
*adc = iio_priv(dev_to_iio_dev(dev));
in mcp3422_show_samp_freqs()
285
struct
mcp3422
*adc = iio_priv(dev_to_iio_dev(dev));
in mcp3422_show_scales()
337
struct
mcp3422
*ad
in mcp3422_probe()
[all...]
H
A
D
Makefile
73
obj-$(CONFIG_MCP3422) +=
mcp3422
.o
Completed in 3 milliseconds