Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c1393 atp_stroke_t *strokep; in fg_match_strokes_against_pspans() local
1405 TAILQ_FOREACH(strokep, &sc->sc_stroke_used, entry) { in fg_match_strokes_against_pspans()
1406 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans()
1414 &strokep->components[axis], &pspans[i], in fg_match_strokes_against_pspans()
1415 strokep->type)) { in fg_match_strokes_against_pspans()
1417 strokep->components[axis].matched = true; in fg_match_strokes_against_pspans()
1436 atp_stroke_t *strokep; in wsp_match_strokes_against_fingers() local
1440 TAILQ_FOREACH(strokep, &sc->sc_stroke_used, entry) in wsp_match_strokes_against_fingers()
1441 strokep->matched = false; in wsp_match_strokes_against_fingers()
1447 TAILQ_FOREACH(strokep, &sc->sc_stroke_used, entry) { in wsp_match_strokes_against_fingers()
[all …]