Home
last modified time | relevance | path

Searched full:ads7828 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/hwmon/
Dads7828.c3 * ads7828.c - driver for TI ADS7828 8-channel A/D converter and compatibles
12 * For further information, see the Documentation/hwmon/ads7828.rst file.
22 #include <linux/platform_data/ads7828.h>
27 /* The ADS7828 registers */
36 enum ads7828_chips { ads7828, ads7830 }; enumerator
90 ATTRIBUTE_GROUPS(ads7828);
145 /* ADS7828 uses 12-bit samples, while ADS7830 is 8-bit */ in ads7828_probe()
146 if (chip == ads7828) { in ads7828_probe()
179 { "ads7828", ads7828 },
187 .compatible = "ti,ads7828",
[all …]
DMakefile40 obj-$(CONFIG_SENSORS_ADS7828) += ads7828.o
DKconfig2123 tristate "Texas Instruments ADS7828 and compatibles"
2127 If you say yes here you get support for Texas Instruments ADS7828 and
2128 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
2132 will be called ads7828.
/linux-6.12.1/Documentation/hwmon/
Dads7828.rst1 Kernel driver ads7828
6 * Texas Instruments/Burr-Brown ADS7828
8 Prefix: 'ads7828'
12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf
30 The ads7828 driver accepts an optional ads7828_platform_data structure (defined
31 in include/linux/platform_data/ads7828.h). The structure fields are:
51 This driver implements support for the Texas Instruments ADS7828 and ADS7830.
53 The ADS7828 device is a 12-bit 8-channel A/D converter, while the ADS7830 does
60 may be required if your hardware supplies the ADS7828 from a 5V supply, see
Dindex.rst36 ads7828
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dti,ads7828.yaml5 $id: http://devicetree.org/schemas/hwmon/ti,ads7828.yaml#
8 title: Texas Instruments ADS7828/ADS7830 Analog to Digital Converter (ADC)
14 The ADS7828 is 12-Bit, 8-Channel Sampling Analog to Digital Converter (ADC)
18 https://www.ti.com/product/ADS7828
23 - ti,ads7828
52 compatible = "ti,ads7828";
/linux-6.12.1/include/linux/platform_data/
Dads7828.h3 * TI ADS7828 A/D Converter platform data definition
8 * For further information, see the Documentation/hwmon/ads7828.rst file.
15 * struct ads7828_platform_data - optional ADS7828 connectivity info