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