Home
last modified time | relevance | path

Searched refs:regmap_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/iio/dac/
Dad5064.c83 enum ad5064_regmap_type regmap_type; member
206 if (st->chip_info->regmap_type == AD5064_REGMAP_LTC) { in ad5064_sync_powerdown_mode()
210 if (st->chip_info->regmap_type == AD5064_REGMAP_ADI2) in ad5064_sync_powerdown_mode()
455 .regmap_type = AD5064_REGMAP_LTC, \
464 .regmap_type = AD5064_REGMAP_ADI,
470 .regmap_type = AD5064_REGMAP_ADI,
476 .regmap_type = AD5064_REGMAP_ADI,
482 .regmap_type = AD5064_REGMAP_ADI,
488 .regmap_type = AD5064_REGMAP_ADI,
494 .regmap_type = AD5064_REGMAP_ADI,
[all …]
Dad5686.c85 switch (st->chip_info->regmap_type) { in ad5686_write_dac_powerdown()
239 .regmap_type = AD5693_REGMAP,
245 .regmap_type = AD5686_REGMAP,
251 .regmap_type = AD5686_REGMAP,
257 .regmap_type = AD5686_REGMAP,
262 .regmap_type = AD5686_REGMAP,
268 .regmap_type = AD5686_REGMAP,
274 .regmap_type = AD5683_REGMAP,
280 .regmap_type = AD5683_REGMAP,
285 .regmap_type = AD5683_REGMAP,
[all …]
Dad5686-spi.c21 switch (st->chip_info->regmap_type) { in ad5686_spi_write()
59 if (st->chip_info->regmap_type == AD5686_REGMAP) in ad5686_spi_read()
61 else if (st->chip_info->regmap_type == AD5683_REGMAP) in ad5686_spi_read()
Dad5686.h99 enum ad5686_regmap_type regmap_type; member