Searched full:ad7381 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7380.yaml | 15 * https://www.analog.com/en/products/ad7381.html 22 * https://www.analog.com/en/products/ad7381-4.html 40 - adi,ad7381 47 - adi,ad7381-4
|
/linux/Documentation/iio/ |
H A D | ad7380.rst | 17 * `AD7381 <https://www.analog.com/en/products/ad7381.html>`_ 24 * `AD7381-4 <https://www.analog.com/en/products/ad7381-4.html>`_
|
/linux/drivers/iio/adc/ |
H A D | ad7380.c | 13 * ad7381-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7381-4.pdf 621 .name = "ad7381", 726 .name = "ad7381-4", 2064 { .compatible = "adi,ad7381", .data = &ad7381_chip_info }, 2071 { .compatible = "adi,ad7381-4", .data = &ad7381_4_chip_info }, 2086 { "ad7381", (kernel_ulong_t)&ad7381_chip_info }, 2093 { "ad7381-4", (kernel_ulong_t)&ad7381_4_chip_info },
|