Home
last modified time | relevance | path

Searched +full:ext +full:- +full:dc +full:- +full:dc +full:- +full:compenstation +full:- +full:resistor (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dad5755.txt1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver
4 - compatible: Has to contain one of the following:
6 adi,ad5755-1
11 - reg: spi chip select number for the device
12 - spi-cpha or spi-cpol: is the only modes that is supported
15 - spi-max-frequency: Definition as per
16 Documentation/devicetree/bindings/spi/spi-bus.txt
19 See include/dt-bindings/iio/ad5755.h
20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an
21 external resistor and thereby bypasses
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5755.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD5755 Multi-Channel DAC
10 - Sean Nyekjaer <sean.nyekjaer@prevas.dk>
15 - adi,ad5755
16 - adi,ad5755-1
17 - adi,ad5757
18 - adi,ad5735
19 - adi,ad5737
[all …]
/kernel/linux/linux-6.6/drivers/iio/dac/
Dad5755.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * AD5755, AD5755-1, AD5757, AD5735, AD5737 Digital to analog converters driver
128 * struct ad5755_platform_data - AD5755 DAC driver platform data
129 * @ext_dc_dc_compenstation_resistor: Whether an external DC-DC converter
131 * @dc_dc_phase: DC-DC converter phase.
132 * @dc_dc_freq: DC-DC converter frequency.
133 * @dc_dc_maxv: DC-DC maximum allowed boost voltage.
136 * @dac.ext_current_sense_resistor: Whether an external current sense resistor
162 * struct ad5755_chip_info - chip specific information
174 * struct ad5755_state - driver instance specific data
[all …]
/kernel/linux/linux-5.10/drivers/iio/dac/
Dad5755.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * AD5755, AD5755-1, AD5757, AD5735, AD5737 Digital to analog converters driver
67 * struct ad5755_chip_info - chip specific information
79 * struct ad5755_state - driver instance specific data
164 st->data[0].d32 = cpu_to_be32((reg << 16) | val); in ad5755_write_unlocked()
166 return spi_write(st->spi, &st->data[0].d8[1], 3); in ad5755_write_unlocked()
182 mutex_lock(&st->lock); in ad5755_write()
184 mutex_unlock(&st->lock); in ad5755_write()
195 mutex_lock(&st->lock); in ad5755_write_ctrl()
197 mutex_unlock(&st->lock); in ad5755_write_ctrl()
[all …]