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