Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad7779.c140 struct ad7779_state { struct
141 struct spi_device *spi;
142 const struct ad7779_chip_info *chip_info;
143 struct clk *mclk;
144 struct iio_trigger *trig;
145 struct completion completion;
146 unsigned int sampling_freq;
147 enum ad7779_filter filter_enabled;
171 static int ad7779_spi_read(struct ad7779_state *st, u8 reg, u8 *rbuf) in ad7779_spi_read() argument