Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_abs.h48 #if defined(ABS_THROTTLE) || (defined(HAVE_DECL_ABS_THROTTLE) && HAVE_DECL_ABS_THROTTLE)
50 static_assert((ABS_THROTTLE) == (0x06), "ABS_THROTTLE != 0x06");
53 # define ABS_THROTTLE 0x06
305 [ABS_THROTTLE] = XLAT(ABS_THROTTLE),
Devdev_abs.in8 ABS_THROTTLE 0x06
/external/autotest/client/bin/input/
Dlinux_input.py760 ABS_THROTTLE = 0x06 variable
1243 ABS_THROTTLE : 'THROTTLE',
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h821 #define ABS_THROTTLE 0x06 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c245 [ABS_THROTTLE] = "Throttle", [ABS_RUDDER] = "Rudder",
/external/crosvm/devices/src/virtio/input/
Dconstants.rs662 pub const ABS_THROTTLE: u16 = 0x06; constant