Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput-event-codes.h898 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h889 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
/freebsd/sys/dev/hid/
H A Dietp.c308 evdev_support_abs(sc->evdev, ABS_MT_ORIENTATION, 0, 1, 0, 0, 0); in ietp_attach()
H A Dbcm5974.c761 BCM5974_ABS(sc->sc_evdev, ABS_MT_ORIENTATION, sc->sc_params->o); in bcm5974_attach()
H A Dhmt.c82 HMT_ORIENTATION = ABS_MT_INDEX(ABS_MT_ORIENTATION),
/freebsd/sys/dev/usb/input/
H A Dwmt.c97 WMT_ORIENTATION = ABS_MT_INDEX(ABS_MT_ORIENTATION),
H A Dwsp.c907 WSP_SUPPORT_ABS(sc->sc_evdev, ABS_MT_ORIENTATION, sc->sc_params->o); in wsp_attach()