Searched +full:ext2 +full:- +full:burnout (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/iio/addac/ |
D | adi,ad74115.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Cosmin Tanislav <cosmin.tanislav@analog.com> 13 The AD74115H is a single-channel software configurable input/output 17 chip solution with an SPI interface. The device features a 16-bit ADC and a 18 14-bit DAC. 25 - adi,ad74115h 30 spi-max-frequency: 33 spi-cpol: true [all …]
|
/Linux-v6.6/drivers/iio/addac/ |
D | ad74115.c | 1 // SPDX-License-Identifier: GPL-2.0 205 * Synchronize consecutive operations when doing a one-shot 387 [AD74115_ADC_RANGE_12V_BIPOLAR] = { -12000000, 12000000 }, 388 [AD74115_ADC_RANGE_2_5V_BIPOLAR] = { -2500000, 2500000 }, 389 [AD74115_ADC_RANGE_2_5V_NEG] = { -2500000, 0 }, 392 [AD74115_ADC_RANGE_104MV_BIPOLAR] = { -104000, 104000 }, 407 return -EINVAL; in _ad74115_find_tbl_index() 429 ad74115_format_reg_write(reg, val, st->reg_tx_buf); in ad74115_reg_write() 431 return spi_write(st->spi, st->reg_tx_buf, AD74115_FRAME_SIZE); in ad74115_reg_write() 436 struct device *dev = &st->spi->dev; in ad74115_crc_check() [all …]
|