Home
last modified time | relevance | path

Searched refs:INPUT_PROP_BUTTONPAD (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Devdev_prop.h20 #if defined(INPUT_PROP_BUTTONPAD) || (defined(HAVE_DECL_INPUT_PROP_BUTTONPAD) && HAVE_DECL_INPUT_PR…
22 static_assert((INPUT_PROP_BUTTONPAD) == (2), "INPUT_PROP_BUTTONPAD != 2");
25 # define INPUT_PROP_BUTTONPAD 2
68 [INPUT_PROP_BUTTONPAD] = XLAT(INPUT_PROP_BUTTONPAD),
Devdev_prop.in4 INPUT_PROP_BUTTONPAD 2
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h25 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h24 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ macro
/external/autotest/client/bin/input/
Dlinux_input.py147 INPUT_PROP_BUTTONPAD = 0x02 # has button(s) under pad variable