Searched defs:ssp_data (Results 1 – 1 of 1) sorted by relevance
179 struct ssp_data { struct180 struct spi_device *spi;181 const struct ssp_sensorhub_info *sensorhub_info;182 struct timer_list wdt_timer;183 struct work_struct work_wdt;184 struct delayed_work work_refresh;186 bool shut_down;187 bool mcu_dump_mode;188 bool time_syncing;189 int64_t timestamp;[all …]