Lines Matching full:ads7828
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",
188 .data = (void *)ads7828
200 .name = "ads7828",
212 MODULE_DESCRIPTION("Driver for TI ADS7828 A/D converter and compatibles");