Lines Matching defs:synaptics_data
183 struct synaptics_data { struct
184 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 */
203 unsigned long press_start;
204 bool press;
205 bool report_press;
206 bool is_forcepad;