Searched refs:ABS_MT_POSITION_Y (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_ft5406.c | 165 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_POSITION_Y, y); in ft5406ts_callout() 252 evdev_support_abs(sc->sc_evdev, ABS_MT_POSITION_Y, 0, in ft5406ts_init()
|
/freebsd/sys/dev/hid/ |
H A D | ps4dshock.c | 916 evdev_push_abs(evdev, ABS_MT_POSITION_Y, data[PS4DS_Y1]); in ps4dsmtp_push_packet() 923 evdev_push_abs(evdev, ABS_MT_POSITION_Y, data[PS4DS_Y2]); in ps4dsmtp_push_packet() 982 evdev_support_abs(evdev, ABS_MT_POSITION_Y, 0, 942, 0, 0, 49); in ps4dsmtp_final_cb()
|
H A D | ietp.c | 304 evdev_support_abs(sc->evdev, ABS_MT_POSITION_Y, in ietp_attach()
|
H A D | bcm5974.c | 749 BCM5974_ABS(sc->sc_evdev, ABS_MT_POSITION_Y, sc->sc_params->y); in bcm5974_attach()
|
H A D | hmt.c | 84 HMT_Y = ABS_MT_INDEX(ABS_MT_POSITION_Y),
|
/freebsd/sys/dev/evdev/ |
H A D | input-event-codes.h | 900 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro
|
H A D | evdev_mt.c | 71 { ABS_MT_POSITION_Y, ABS_Y, 0 },
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 891 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 597 evdev_support_abs(sc->evdev, ABS_MT_POSITION_Y, 0, sc->cap_resy, 0, 0, in cyapa_attach() 1388 evdev_push_abs(sc->evdev, ABS_MT_POSITION_Y, in cyapa_raw_input()
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 99 WMT_Y = ABS_MT_INDEX(ABS_MT_POSITION_Y),
|
H A D | wsp.c | 897 WSP_SUPPORT_ABS(sc->sc_evdev, ABS_MT_POSITION_Y, sc->sc_params->y); in wsp_attach()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 1714 evdev_push_abs(sc->evdev_a, ABS_MT_POSITION_Y, y); 1823 { ABS_MT_POSITION_Y, sc->synhw.minimumYCoord, 1901 { ABS_MT_POSITION_Y, 0, sc->elanhw.sizey,
|