Lines Matching defs:ade9000_state
297 struct ade9000_state { struct
298 struct completion reset_completion;
299 struct mutex lock; /* Protects SPI transactions */
300 u8 wf_src;
301 u32 wfb_trg;
302 u8 wfb_nr_activ_chan;
303 u32 wfb_nr_samples;
304 struct spi_device *spi;
305 struct clk *clkin;
306 struct spi_transfer xfer[2];
307 struct spi_message spi_msg;
308 struct regmap *regmap;
309 union{
314 unsigned int bulk_read_buf[2];