Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/accel/
Dsca3000.h182 struct sca3000_state { struct
183 struct spi_device *us;
184 const struct sca3000_chip_info *info;
185 struct work_struct interrupt_handler_ws;
186 s64 last_timestamp;
187 int mo_det_use_count;
188 struct mutex lock;
189 int bpse;
191 u8 rx[2] ____cacheline_aligned;
192 u8 tx[6] ____cacheline_aligned;