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

  /src/sys/dev/usb/
uatp.c 350 static bool motion_below_threshold(struct uatp_softc *, unsigned int,
2466 * Make sure the quadratics in motion_below_threshold and
2540 if (motion_below_threshold(sc, sc->sc_knobs.motion_threshold,
2550 a_fast = b_fast = !motion_below_threshold(sc,
2555 a_fast = !motion_below_threshold(sc,
2559 b_fast = !motion_below_threshold(sc,
2609 motion_below_threshold(struct uatp_softc *sc, unsigned int threshold, function in typeref:typename:bool
uatp.c 350 static bool motion_below_threshold(struct uatp_softc *, unsigned int,
2466 * Make sure the quadratics in motion_below_threshold and
2540 if (motion_below_threshold(sc, sc->sc_knobs.motion_threshold,
2550 a_fast = b_fast = !motion_below_threshold(sc,
2555 a_fast = !motion_below_threshold(sc,
2559 b_fast = !motion_below_threshold(sc,
2609 motion_below_threshold(struct uatp_softc *sc, unsigned int threshold, function in typeref:typename:bool
uatp.c 350 static bool motion_below_threshold(struct uatp_softc *, unsigned int,
2466 * Make sure the quadratics in motion_below_threshold and
2540 if (motion_below_threshold(sc, sc->sc_knobs.motion_threshold,
2550 a_fast = b_fast = !motion_below_threshold(sc,
2555 a_fast = !motion_below_threshold(sc,
2559 b_fast = !motion_below_threshold(sc,
2609 motion_below_threshold(struct uatp_softc *sc, unsigned int threshold, function in typeref:typename:bool

Completed in 35 milliseconds