Searched defs:synaptics_softc (Results 1 – 1 of 1) sorted by relevance
45 struct synaptics_softc { struct46 int caps;48 int flags;66 u_int total_packets;69 u_int packet_count[SYN_MAX_FINGERS];75 int num_buttons; /* number of external buttons */76 uint8_t button_mask;77 int up_down;78 int prev_fingers;80 int gesture_start_x, gesture_start_y;[all …]