Lines Matching defs:ad7944_adc
52 struct ad7944_adc { struct
53 struct spi_device *spi;
54 enum ad7944_spi_mode spi_mode;
55 struct spi_transfer xfers[3];
56 struct spi_message msg;
57 void *chain_mode_buf;
59 const struct ad7944_timing_spec *timing_spec;
61 struct gpio_desc *cnv;
63 struct gpio_desc *turbo;
65 bool always_turbo;
67 unsigned int ref_mv;
73 struct {