Lines Matching defs:tsc2046_adc_priv
142 struct tsc2046_adc_priv { struct
143 struct spi_device *spi;
144 const struct tsc2046_adc_dcfg *dcfg;
145 bool internal_vref;
147 struct iio_trigger *trig;
148 struct hrtimer trig_timer;
149 enum tsc2046_state state;
150 int poll_cnt;
151 spinlock_t state_lock;
153 struct spi_transfer xfer;
154 struct spi_message msg;
156 struct {
161 } scan_buf;
169 struct mutex slock;
170 struct tsc2046_adc_group_layout l[TI_TSC2046_MAX_CHAN];
171 struct tsc2046_adc_atom *rx;
172 struct tsc2046_adc_atom *tx;
174 unsigned int count;
175 unsigned int groups;
176 u32 effective_speed_hz;
177 u32 scan_interval_us;
178 u32 time_per_scan_us;
179 u32 time_per_bit_ns;
180 unsigned int vref_mv;
182 struct tsc2046_adc_ch_cfg ch_cfg[TI_TSC2046_MAX_CHAN];