Home
last modified time | relevance | path

Searched defs:hgpk_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dhgpk.h36 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;
44 int abs_x, abs_y;
45 int dupe_count;
46 int xbigj, ybigj, xlast, ylast; /* jumpiness detection */
[all …]