Searched full:adc128d818 (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ti,adc128d818.yaml | 5 $id: http://devicetree.org/schemas/hwmon/ti,adc128d818.yaml# 8 title: Texas Instruments ADC128D818 ADC System Monitor With Temperature Sensor 14 The ADC128D818 is a 12-Bit, 8-Channel Analog to Digital Converter (ADC) 18 https://www.ti.com/product/ADC128D818 22 const: ti,adc128d818 58 compatible = "ti,adc128d818";
|
/linux/Documentation/hwmon/ |
H A D | adc128d818.rst | 1 Kernel driver adc128d818 19 This driver implements support for the Texas Instruments ADC128D818. 22 The ADC128D818 implements one temperature sensor and seven voltage sensors. 44 The ADC128D818 only updates its values approximately once per second;
|
H A D | index.rst | 27 adc128d818
|
/linux/drivers/hwmon/ |
H A D | adc128d818.c | 3 * Driver for TI ADC128D818 System Monitor with Temperature Sensor 386 strscpy(info->type, "adc128d818", I2C_NAME_SIZE); in adc128_detect() 483 { "adc128d818" }, 489 { .compatible = "ti,adc128d818" }, 497 .name = "adc128d818", 509 MODULE_DESCRIPTION("Driver for ADC128D818");
|
H A D | Makefile | 32 obj-$(CONFIG_SENSORS_ADC128D818) += adc128d818.o
|
H A D | Kconfig | 2135 tristate "Texas Instruments ADC128D818" 2139 ADC128D818 System Monitor with Temperature Sensor chip. 2142 will be called adc128d818.
|