Searched refs:ABS_MT_ORIENTATION (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/evdev/ |
H A D | input-event-codes.h | 898 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 889 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
/freebsd/sys/dev/hid/ |
H A D | ietp.c | 308 evdev_support_abs(sc->evdev, ABS_MT_ORIENTATION, 0, 1, 0, 0, 0); in ietp_attach()
|
H A D | bcm5974.c | 761 BCM5974_ABS(sc->sc_evdev, ABS_MT_ORIENTATION, sc->sc_params->o); in bcm5974_attach()
|
H A D | hmt.c | 82 HMT_ORIENTATION = ABS_MT_INDEX(ABS_MT_ORIENTATION),
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 97 WMT_ORIENTATION = ABS_MT_INDEX(ABS_MT_ORIENTATION),
|
H A D | wsp.c | 907 WSP_SUPPORT_ABS(sc->sc_evdev, ABS_MT_ORIENTATION, sc->sc_params->o); in wsp_attach()
|