Home
last modified time | relevance | path

Searched +full:rbuf +full:- +full:gain2 +full:- +full:en (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ad5791.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <michael.hennerich@analog.com>
11 - Jonathan Cameron <jic23@kernel.org>
17 - adi,ad5760
18 - adi,ad5780
19 - adi,ad5781
20 - adi,ad5790
21 - adi,ad5791
[all …]
/linux/drivers/iio/dac/
H A Dad5791.c1 // SPDX-License-Identifier: GPL-2.0-only
63 * struct ad5791_chip_info - chip specific information
72 * struct ad5791_state - driver instance specific data
110 st->data[0].d32 = cpu_to_be32(AD5791_CMD_WRITE | in ad5791_spi_write()
114 return spi_write(st->spi, &st->data[0].d8[1], 3); in ad5791_spi_write()
122 .tx_buf = &st->data[0].d8[1], in ad5791_spi_read()
127 .tx_buf = &st->data[1].d8[1], in ad5791_spi_read()
128 .rx_buf = &st->data[2].d8[1], in ad5791_spi_read()
134 st->data[0].d32 = cpu_to_be32(AD5791_CMD_READ | in ad5791_spi_read()
136 st->data[1].d32 = cpu_to_be32(AD5791_ADDR(AD5791_ADDR_NOOP)); in ad5791_spi_read()
[all …]