Searched refs:ABS_MT_POSITION_Y (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c168 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_POSITION_Y, y);
255 evdev_support_abs(sc->sc_evdev, ABS_MT_POSITION_Y, 0,
/freebsd-13-stable/sys/dev/evdev/
H A Devdev_mt.c55 { ABS_MT_POSITION_Y, ABS_Y },
H A Dinput-event-codes.h870 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro
/freebsd-13-stable/sys/dev/hid/
H A Dps4dshock.c948 evdev_push_abs(evdev, ABS_MT_POSITION_Y, data[PS4DS_Y1]);
955 evdev_push_abs(evdev, ABS_MT_POSITION_Y, data[PS4DS_Y2]);
1014 evdev_support_abs(evdev, ABS_MT_POSITION_Y, 0, 942, 0, 0, 49);
H A Dhmt.c143 .code = ABS_MT_POSITION_Y,
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h856 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */ macro
/freebsd-13-stable/sys/dev/cyapa/
H A Dcyapa.c601 evdev_support_abs(sc->evdev, ABS_MT_POSITION_Y, 0, sc->cap_resy, 0, 0,
1393 evdev_push_abs(sc->evdev, ABS_MT_POSITION_Y,
/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c159 .code = ABS_MT_POSITION_Y,
/freebsd-13-stable/sys/dev/atkbdc/
H A Dpsm.c1713 evdev_push_abs(sc->evdev_a, ABS_MT_POSITION_Y, y);
1830 { ABS_MT_POSITION_Y, sc->synhw.minimumYCoord,
1904 { ABS_MT_POSITION_Y, 0, sc->elanhw.sizey,

Completed in 149 milliseconds