Searched full:ad7418 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/hwmon/ |
H A D | ad7418.c | 27 enum chips { ad7416, ad7417, ad7418 }; enumerator 29 /* AD7418 registers */ 214 ATTRIBUTE_GROUPS(ad7418); 227 if (data->type == ad7417 || data->type == ad7418) in ad7418_init_client() 266 case ad7418: in ad7418_probe() 274 /* Initialize the AD7418 chip */ in ad7418_probe() 286 { "ad7418", ad7418 }, 294 { .compatible = "adi,ad7418", .data = (void *)ad7418, }, 301 .name = "ad7418",
|
H A D | ad7414.c | 14 * Based on ad7418.c
|
H A D | Makefile | 31 obj-$(CONFIG_SENSORS_AD7418) += ad7418.o
|
H A D | Kconfig | 99 tristate "Analog Devices AD7416, AD7417 and AD7418" 103 AD7416, AD7417 and AD7418 temperature monitoring chips. 106 will be called ad7418.
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,ad741x.yaml | 8 title: Analog Devices AD7416/AD7417/AD7418 temperature sensors 18 - adi,ad7418 36 compatible = "adi,ad7418";
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-gateworks-gw2348.dts | 50 compatible = "adi,ad7418";
|
H A D | intel-ixp43x-gateworks-gw2358.dts | 50 compatible = "adi,ad7418";
|