Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A 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);
146 /* ADS7828 uses 12-bit samples, while ADS7830 is 8-bit */ in ads7828_probe()
147 if (chip == ads7828) { in ads7828_probe()
180 { .name = "ads7828", .driver_data = ads7828 },
188 .compatible = "ti,ads7828",
[all …]
H A DKconfig2317 tristate "Texas Instruments ADS7828 and compatibles"
2321 If you say yes here you get support for Texas Instruments ADS7828 and
2322 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while
2326 will be called ads7828.
/linux/Documentation/hwmon/
H A 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
/linux/include/linux/platform_data/
H A 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