Searched defs:synaptics_data (Results 1 – 1 of 1) sorted by relevance
183 struct synaptics_data { struct184 struct synaptics_device_info info;186 enum synaptics_pkt_type pkt_type; /* packet type - old, new, etc */187 u8 mode; /* current mode byte */188 int scroll;190 bool absolute_mode; /* run in Absolute mode */191 bool disable_gesture; /* disable gestures */193 struct serio *pt_port; /* Pass-through serio port */199 struct synaptics_hw_state agm;200 unsigned int agm_count; /* finger count reported by agm */[all …]