Searched full:ad7386 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/iio/ |
H A D | ad7380.rst | 20 * `AD7386 <https://www.analog.com/en/products/ad7386.html>`_ 27 * `AD7386-4 <https://www.analog.com/en/products/ad7386-4.html>`_ 138 Single-ended chips of this family (ad7386/7/8(-4)) have a 2:1 multiplexer in 143 From an IIO point of view, all inputs are exported, i.e ad7386/7/8 144 export 4 channels and ad7386-4/7-4/8-4 export 8 channels. 148 Example for AD7386/7/8 (2 channels parts): 152 IIO | AD7386/7/8
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7380.yaml | 18 * https://www.analog.com/en/products/ad7386.html 25 * https://www.analog.com/en/products/ad7386-4.html 43 - adi,ad7386 50 - adi,ad7386-4
|
/linux/drivers/iio/adc/ |
H A D | ad7380.c | 11 …* ad7386/7/8 : https://www.analog.com/media/en/technical-documentation/data-sheets/AD7386-7387-738… 15 …* ad7386/7/8-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7386-4-7387… 533 * From an IIO point of view, all inputs are exported, i.e ad7386/7/8 534 * export 4 channels and ad7386-4/7-4/8-4 export 8 channels. 538 * 4-7). Example for AD7386/7/8 (2 channels parts): 540 * IIO | AD7386/7/8 667 .name = "ad7386", 772 .name = "ad7386-4", 2067 { .compatible = "adi,ad7386", .data = &ad7386_chip_info }, 2074 { .compatible = "adi,ad7386-4", .data = &ad7386_4_chip_info }, [all …]
|