Searched full:ad7418 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/iicbus/adc/ |
H A D | ad7418.c | 29 * Analog Devices AD7418 chip sitting on the I2C bus. 76 device_set_desc(dev, "Analog Devices AD7418 ADC"); in ad7418_probe() 117 sx_init(&sc->sc_lock, "ad7418"); in ad7418_attach() 174 tsleep(sc, 0, "ad7418", hz/1000); in ad7418_set_channel() 220 "ad7418", 225 DRIVER_MODULE(ad7418, iicbus, ad7418_driver, 0, 0); 226 MODULE_VERSION(ad7418, 1); 227 MODULE_DEPEND(ad7418, iicbus, 1, 1, 1);
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ad741x.txt | 1 * AD7416/AD7417/AD7418 Temperature Sensor Device Tree Bindings 7 "adi,ad7418" 13 compatible = "adi,ad7418";
|
H A D | adi,ad741x.yaml | 8 title: Analog Devices AD7416/AD7417/AD7418 temperature sensors 18 - adi,ad7418 36 compatible = "adi,ad7418";
|
/freebsd/sys/contrib/device-tree/src/arm/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";
|
/freebsd/sys/conf/ |
H A D | NOTES | 2282 device ad7418 # Analog Devices temp and voltage sensor
|
H A D | files | 1799 dev/iicbus/adc/ad7418.c optional ad7418
|