Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_abs.h55 #if defined(ABS_RUDDER) || (defined(HAVE_DECL_ABS_RUDDER) && HAVE_DECL_ABS_RUDDER)
57 static_assert((ABS_RUDDER) == (0x07), "ABS_RUDDER != 0x07");
60 # define ABS_RUDDER 0x07
306 [ABS_RUDDER] = XLAT(ABS_RUDDER),
Devdev_abs.in9 ABS_RUDDER 0x07
/external/autotest/client/bin/input/
Dlinux_input.py761 ABS_RUDDER = 0x07 variable
1244 ABS_RUDDER : 'RUDDER',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h822 #define ABS_RUDDER 0x07 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c245 [ABS_THROTTLE] = "Throttle", [ABS_RUDDER] = "Rudder",
/external/crosvm/devices/src/virtio/input/
Dconstants.rs663 pub const ABS_RUDDER: u16 = 0x07; constant