Searched defs:sca3000_state (Results 1 – 1 of 1) sorted by relevance
166 struct sca3000_state { struct167 struct spi_device *us;168 const struct sca3000_chip_info *info;169 s64 last_timestamp;170 int mo_det_use_count;171 struct mutex lock;173 u8 rx[384] ____cacheline_aligned;174 u8 tx[6] ____cacheline_aligned;