Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/mouse/
Dsynaptics.h180 struct synaptics_data { struct
181 struct synaptics_device_info info;
183 enum synaptics_pkt_type pkt_type; /* packet type - old, new, etc */
184 u8 mode; /* current mode byte */
185 int scroll;
187 bool absolute_mode; /* run in Absolute mode */
188 bool disable_gesture; /* disable gestures */
190 struct serio *pt_port; /* Pass-through serio port */
196 struct synaptics_hw_state agm;
197 unsigned int agm_count; /* finger count reported by agm */
[all …]