Home
last modified time | relevance | path

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

/freebsd/sys/dev/cyapa/
H A Dcyapa.c165 int cap_resx; member
537 sc->cap_resx = ((cap.max_abs_xy_high << 4) & 0x0F00) | in cyapa_attach()
553 sc->cap_resx, sc->cap_resy); in cyapa_attach()
595 evdev_support_abs(sc->evdev, ABS_MT_POSITION_X, 0, sc->cap_resx, 0, 0, in cyapa_attach()
596 sc->cap_phyx != 0 ? sc->cap_resx / sc->cap_phyx : 0); in cyapa_attach()
1559 if (sc->delta_x > sc->cap_resx) in cyapa_raw_input()
1560 sc->delta_x = sc->cap_resx; in cyapa_raw_input()
1561 if (sc->delta_x < -sc->cap_resx) in cyapa_raw_input()
1562 sc->delta_x = -sc->cap_resx; in cyapa_raw_input()
1569 abs(sc->delta_x) > sc->cap_resx / 2) { in cyapa_raw_input()
[all …]