| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | silead_gsl1680.txt | 23 - silead,max-fingers : maximum number of fingers the touchscreen can detect 42 silead,max-fingers = <5>;
|
| H A D | silead,gsl1680.yaml | 38 silead,max-fingers: 42 Maximum number of fingers the touchscreen can detect 87 silead,max-fingers = <5>;
|
| /freebsd/share/man/man4/ |
| H A D | wsp.4 | 123 Specifies the maximum distance between two fingers where z-axis 132 Specifies the maximum distance between two fingers that a two-finger 164 Specifies the number of tapped fingers which registers as a scrolling 170 Speifies the number of tapped fingers which registers as a swipe
|
| H A D | cyapa.4 | 84 Use two fingers for Z axis scrolling.
|
| H A D | geom.4 | 420 (Stay tuned while the author rests his brain and fingers: more to come.)
|
| H A D | ddb.4 | 1600 GND) card fingers. 1601 Momentarily shorting these two fingers together may cause the bridge chipset to
|
| H A D | psm.4 | 479 int capMultiFinger; /* can detect multiple fingers */
|
| /freebsd/sys/dev/usb/input/ |
| H A D | atp.c | 337 int16_t multi; /* one finger: varies, more fingers: constant */ 341 /* to track fingers as they match against strokes. */ 619 boolean_t matched; /* to track match against fingers.*/ 1270 wsp_finger_t fingers[WSP_MAX_FINGERS]; in wsp_interpret_sensor_data() local 1282 /* compute number of source fingers */ in wsp_interpret_sensor_data() 1289 /* iterate over the source data collecting useful fingers */ in wsp_interpret_sensor_data() 1314 fingers[n_fingers].matched = false; in wsp_interpret_sensor_data() 1315 fingers[n_fingers].x = source_fingerp->abs_x; in wsp_interpret_sensor_data() 1316 fingers[n_fingers].y = -source_fingerp->abs_y; in wsp_interpret_sensor_data() 1324 if (wsp_update_strokes(sc, fingers, n_fingers)) in wsp_interpret_sensor_data() [all …]
|
| H A D | wsp.c | 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"); 331 int16_t multi; /* one finger: varies, more fingers: 335 /* trackpad finger data size, empirically at least ten fingers */ 632 int distance; /* the distance of 2 fingers */ 1162 /* we don't handle taps of more than three fingers */ in wsp_intr_callback()
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 332 #define PSM_FINGERS 2 /* # of processed fingers */ 423 finger_t fingers[ELANTECH_MAX_FINGERS]; member 3336 * w = 1 Three or more fingers (capMultiFinger needed) 3567 * are 2 or more fingers on the touchpad breaking 3770 psmgestures(struct psm_softc *sc, finger_t *fingers, int nfingers, argument 3778 f = &fingers[0]; 3785 if (PSM_FINGER_IS_SET(fingers[i])) { 3786 f = &fingers[i]; 3856 /* Reset fingers count. */ 3911 /* If in tap-hold or three fingers, add the recorded button. */ [all …]
|
| /freebsd/sys/dev/cyapa/ |
| H A D | cyapa.c | 69 * Two finger scrolling - Use two fingers for Z axis scrolling. 92 * These trackpads get confused when three or more fingers are down on the 95 * recalibrate. Generally speaking, when using three or more fingers 1356 int afingers; /* actual fingers after culling */ in cyapa_raw_input() 1377 * means something else, set fingers to 0. in cyapa_raw_input() 1383 /* Process fingers/movement */ in cyapa_raw_input() 1514 * If >= 2 fingers are down be sure not to assign i and in cyapa_raw_input()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win_dynamic_runtime_thunk.cpp | 89 // where LLVM global_dtors is placed. Fingers crossed, no other C terminators
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rk3188-px3-evb.dts | 232 silead,max-fingers = <5>;
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3368-px5-evb.dts | 219 silead,max-fingers = <5>;
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 220 bool three_finger_drag; /* Enable dragging with three fingers */ 2958 /* Reset fingers count. */ in r_gestures() 3012 /* If in tap-hold or three fingers, add the recorded button. */ in r_gestures() 3017 * For tap, we keep the maximum number of fingers and the in r_gestures() 3044 * as that keeps the maximum number of fingers. in r_gestures() 3071 * Reset two finger scrolling when the number of fingers in r_gestures() 3079 "(direction=%d, dx=%d, dy=%d, fingers=%d)", in r_gestures() 3096 /* Max delta is disabled for multi-fingers tap. */ in r_gestures() 3136 debug("zmax=%d fingers=%d", gest->zmax, gest->fingers_nb); in r_gestures()
|
| H A D | moused.conf.5 | 297 Enable dragging with three fingers.
|
| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Proxy.pm | 334 # set a high mtu and fingers crossed. 431 # set a high mtu and fingers crossed.
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 410 #define BTN_TOOL_QUINTTAP 0x148 /* Five fingers on trackpad */ 417 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */
|
| /freebsd/sys/dev/evdev/ |
| H A D | input-event-codes.h | 423 #define BTN_TOOL_QUINTTAP 0x148 /* Five fingers on trackpad */ 430 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_win.cpp | 94 // Cross our fingers and reinitialize DbgHelp. in InitializeDbgHelpIfNeeded()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_warc.c | 419 /* record-id is mandatory, fingers crossed we won't fail */ in _popul_ehdr()
|
| /freebsd/sys/dev/hid/ |
| H A D | bcm5974.c | 188 uint16_t multi; /* one finger: varies, more fingers: 194 /* trackpad finger data size, empirically at least ten fingers */
|
| /freebsd/contrib/ntp/html/ |
| H A D | history.html | 17 …the code, some of which dates back twenty years. Some four dozen sets of fingers have introduced s…
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | CHANGES | 316 possible problems with automatic reverse fingers. Thanks, Borja Marcos
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | README.md | 268 eyes and fingers. In practice, the `X_Y` form of such exports is used
|