Searched refs:regmap_type (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/iio/dac/ |
D | ad5064.c | 82 enum ad5064_regmap_type regmap_type; member 207 if (st->chip_info->regmap_type == AD5064_REGMAP_LTC) { in ad5064_sync_powerdown_mode() 211 if (st->chip_info->regmap_type == AD5064_REGMAP_ADI2) in ad5064_sync_powerdown_mode() 456 .regmap_type = AD5064_REGMAP_LTC, \ 465 .regmap_type = AD5064_REGMAP_ADI, 471 .regmap_type = AD5064_REGMAP_ADI, 477 .regmap_type = AD5064_REGMAP_ADI, 483 .regmap_type = AD5064_REGMAP_ADI, 489 .regmap_type = AD5064_REGMAP_ADI, 495 .regmap_type = AD5064_REGMAP_ADI, [all …]
|
D | ad5686.c | 85 switch (st->chip_info->regmap_type) { in ad5686_write_dac_powerdown() 278 .regmap_type = AD5310_REGMAP, 284 .regmap_type = AD5693_REGMAP, 290 .regmap_type = AD5686_REGMAP, 296 .regmap_type = AD5686_REGMAP, 302 .regmap_type = AD5686_REGMAP, 308 .regmap_type = AD5686_REGMAP, 314 .regmap_type = AD5686_REGMAP, 320 .regmap_type = AD5686_REGMAP, 325 .regmap_type = AD5686_REGMAP, [all …]
|
D | ad5686-spi.c | 22 switch (st->chip_info->regmap_type) { in ad5686_spi_write() 66 switch (st->chip_info->regmap_type) { in ad5686_spi_read()
|
D | ad5686.h | 113 enum ad5686_regmap_type regmap_type; member
|