Searched full:ads7828 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | ads7828.c | 3 * 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 …]
|
| H A D | Makefile | 40 obj-$(CONFIG_SENSORS_ADS7828) += ads7828.o
|
| H A D | Kconfig | 2229 tristate "Texas Instruments ADS7828 and compatibles" 2233 If you say yes here you get support for Texas Instruments ADS7828 and 2234 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while 2238 will be called ads7828.
|
| /linux/Documentation/hwmon/ |
| H A D | ads7828.rst | 1 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
|
| H A D | index.rst | 36 ads7828
|
| /linux/include/linux/platform_data/ |
| H A D | ads7828.h | 3 * 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
|