Home
last modified time | relevance | path

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

/linux-4.19.296/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()
240 .regmap_type = AD5693_REGMAP,
246 .regmap_type = AD5686_REGMAP,
252 .regmap_type = AD5686_REGMAP,
258 .regmap_type = AD5686_REGMAP,
263 .regmap_type = AD5686_REGMAP,
269 .regmap_type = AD5686_REGMAP,
275 .regmap_type = AD5683_REGMAP,
281 .regmap_type = AD5683_REGMAP,
286 .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