Home
last modified time | relevance | path

Searched +full:ad5380 +full:- +full:3 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5380.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/dac/adi,ad5380.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD5380 and similar DACs
10 - Lars-Peter Clausen <lars@metafoo.de>
11 - Jonathan Cameron <jic23@kernel.org>
19 - adi,ad5380-3
20 - adi,ad5380-5
21 - adi,ad5381-3
[all …]
/linux-6.12.1/drivers/iio/dac/
Dad5380.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Analog devices AD5380, AD5381, AD5382, AD5383, AD5390, AD5391, AD5392
4 * multi-channel Digital to Analog Converters driver
23 #define AD5380_REG_DATA(x) (((x) << 2) | 3)
35 * struct ad5380_chip_info - chip specific information
47 * struct ad5380_state - driver instance specific data
86 return sysfs_emit(buf, "%d\n", st->pwr_down); in ad5380_read_dac_powerdown()
101 mutex_lock(&st->lock); in ad5380_write_dac_powerdown()
104 ret = regmap_write(st->regmap, AD5380_REG_SF_PWR_DOWN, 0); in ad5380_write_dac_powerdown()
106 ret = regmap_write(st->regmap, AD5380_REG_SF_PWR_UP, 0); in ad5380_write_dac_powerdown()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
22 tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
26 AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R,
40 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
46 config AD5380 config
47 tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver"
52 Say yes here to build support for Analog Devices AD5380, AD5381,
53 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
57 ad5380.
63 Say yes here to build support for Analog Devices AD5421 loop-powered
[all …]