Home
last modified time | relevance | path

Searched refs:INPUT_PROP_TOPBUTTONPAD (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/test/
Dlitest-device-synaptics-t440.c89 INPUT_PROP_MAX, INPUT_PROP_TOPBUTTONPAD,
/third_party/libinput/doc/user/
Dt440-support.rst33 `INPUT_PROP_TOPBUTTONPAD <https://www.kernel.org/doc/Documentation/input/event-codes.txt>`_
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h39 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/third_party/libevdev/include/
Devent-names.h777 [INPUT_PROP_TOPBUTTONPAD] = "INPUT_PROP_TOPBUTTONPAD",
1616 { .name = "INPUT_PROP_TOPBUTTONPAD", .value = INPUT_PROP_TOPBUTTONPAD },
/third_party/libinput/src/
Devdev-mt-touchpad-buttons.c964 INPUT_PROP_TOPBUTTONPAD); in tp_init_buttons()