Searched +full:ad5625r +full:- +full:1 +full:v25 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | adi,ad5064.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lars-Peter Clausen <lars@metafoo.de> 11 - Jonathan Cameron <jic23@kernel.org> 14 A range of similar DAC devices with between 1 and 12 channels. Some parts 21 - description: I2C devics 23 - adi,ad5024 24 - adi,ad5025 25 - adi,ad5044 [all …]
|
/linux-6.12.1/drivers/iio/dac/ |
D | ad5064.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * AD5024, AD5025, AD5044, AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, 47 #define AD5064_CONFIG_DAISY_CHAIN_ENABLE BIT(1) 56 * enum ad5064_regmap_type - Register layout variant 68 * struct ad5064_chip_info - chip specific information 91 * struct ad5064_state - driver instance specific data 197 return st->write(st, cmd, addr, val); in ad5064_write() 207 if (st->chip_info->regmap_type == AD5064_REGMAP_LTC) { in ad5064_sync_powerdown_mode() 209 address = chan->address; in ad5064_sync_powerdown_mode() 211 if (st->chip_info->regmap_type == AD5064_REGMAP_ADI2) in ad5064_sync_powerdown_mode() [all …]
|