Searched full:ads7828 (Results 1 – 12 of 12) sorted by relevance
/openbmc/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
|
/openbmc/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); 150 /* ADS7828 uses 12-bit samples, while ADS7830 is 8-bit */ in ads7828_probe() 151 if (chip == ads7828) { in ads7828_probe() 184 { "ads7828", ads7828 }, 192 .compatible = "ti,ads7828", [all …]
|
H A D | Makefile | 41 obj-$(CONFIG_SENSORS_ADS7828) += ads7828.o
|
H A D | Kconfig | 1999 tristate "Texas Instruments ADS7828 and compatibles" 2003 If you say yes here you get support for Texas Instruments ADS7828 and 2004 ADS7830 8-channel A/D converters. ADS7828 resolution is 12-bit, while 2008 will be called ads7828.
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ti,ads7828.yaml | 5 $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";
|
/openbmc/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
|
/openbmc/entity-manager/src/ |
H A D | devices.hpp | 109 {"ADS7828", 110 ExportTemplate("ads7828 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 451 ads7828: 1146 452 ads7828.c: 8084
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |