Lines Matching defs:hgpk_data
36 struct hgpk_data { struct
37 struct psmouse *psmouse;
38 enum hgpk_mode mode;
39 bool powered;
40 enum hgpk_spew_flag spew_flag;
41 int spew_count, x_tally, y_tally; /* spew detection */
42 unsigned long recalib_window;
43 struct delayed_work recalib_wq;
44 int abs_x, abs_y;
45 int dupe_count;
46 int xbigj, ybigj, xlast, ylast; /* jumpiness detection */
47 int xsaw_secondary, ysaw_secondary; /* jumpiness detection */