Searched defs:stk8baxx_data (Results 1 – 1 of 1) sorted by relevance
245 struct stk8baxx_data { struct246 struct i2c_client *client;247 struct input_dev *input_dev;248 int irq;249 struct stk8baxx_acc acc_xyz;250 atomic_t enabled;251 bool first_enable;252 struct work_struct stk_work;253 struct hrtimer acc_timer;254 struct workqueue_struct *stk_mems_work_queue;[all …]