Home
last modified time | relevance | path

Searched refs:motion_below_threshold (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Duatp.c350 static bool motion_below_threshold(struct uatp_softc *, unsigned int,
2540 if (motion_below_threshold(sc, sc->sc_knobs.motion_threshold, in move()
2550 a_fast = b_fast = !motion_below_threshold(sc, in move()
2555 a_fast = !motion_below_threshold(sc, in move()
2559 b_fast = !motion_below_threshold(sc, in move()
2609 motion_below_threshold(struct uatp_softc *sc, unsigned int threshold, in motion_below_threshold() function