Home
last modified time | relevance | path

Searched defs:ad7606_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iio/adc/
Dad7606.h91 struct ad7606_state { struct
92 struct device *dev;
93 const struct ad7606_chip_info *chip_info;
94 const struct ad7606_bus_ops *bops;
95 unsigned int range[16];
96 unsigned int oversampling;
97 void __iomem *base_address;
98 bool sw_mode_en;
99 const unsigned int *scale_avail;
100 unsigned int num_scales;
[all …]