HomeSort by: relevance | last modified time | path
    Searched defs:motion_threshold (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uatp.c 403 unsigned int motion_threshold; member in struct:uatp_knobs
466 .motion_threshold = 0,
1091 if (!uatp_setup_sysctl_knob(sc, &sc->sc_knobs.motion_threshold,
1092 "motion_threshold", "threshold before finger moves cursor"))
2540 if (motion_below_threshold(sc, sc->sc_knobs.motion_threshold,
uatp.c 403 unsigned int motion_threshold; member in struct:uatp_knobs
466 .motion_threshold = 0,
1091 if (!uatp_setup_sysctl_knob(sc, &sc->sc_knobs.motion_threshold,
1092 "motion_threshold", "threshold before finger moves cursor"))
2540 if (motion_below_threshold(sc, sc->sc_knobs.motion_threshold,

Completed in 28 milliseconds