Lines Matching refs:wsp_tuning
92 static struct wsp_tuning { struct
110 wsp_tuning = argument
131 wsp_running_rangecheck(struct wsp_tuning *ptun) in wsp_running_rangecheck()
152 &wsp_tuning.scale_factor, 0, "movement scale factor");
154 &wsp_tuning.scroll_finger_count, 0, "amount of fingers to use scrolling gesture");
156 …&wsp_tuning.horizontal_swipe_finger_count, 0, "amount of fingers to use horizontal swipe gesture");
158 &wsp_tuning.z_factor, 0, "Z-axis (vertical) scale factor");
160 &wsp_tuning.z_invert, 0, "enable (vertical) Z-axis inversion");
162 &wsp_tuning.t_factor, 0, "T-axis (horizontal) scale factor");
164 &wsp_tuning.t_invert, 0, "enable T-axis (horizontal) inversion");
166 &wsp_tuning.pressure_touch_threshold, 0, "touch pressure threshold");
168 &wsp_tuning.pressure_untouch_threshold, 0, "untouch pressure threshold");
170 &wsp_tuning.pressure_tap_threshold, 0, "tap pressure threshold");
172 &wsp_tuning.max_finger_diameter, 0, "maximum finger diameter");
174 &wsp_tuning.max_scroll_finger_distance, 0, "maximum scroll finger distance");
176 &wsp_tuning.max_double_tap_distance, 0, "maximum double-finger click distance");
178 &wsp_tuning.scr_threshold, 0, "scrolling threshold");
180 &wsp_tuning.enable_single_tap_clicks, 0, "enable single tap clicks");
182 &wsp_tuning.enable_single_tap_movement, 0, "enable single tap movement");
966 struct wsp_tuning tun = wsp_tuning; in wsp_intr_callback()