Home
last modified time | relevance | path

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

/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/linux/Documentation/input/
H A Devent-codes.rst385 INPUT_PROP_TOPBUTTONPAD section in Device properties
394 If INPUT_PROP_TOPBUTTONPAD is set, userspace should emulate buttons
/linux/drivers/input/mouse/
H A Dsynaptics.c1391 __set_bit(INPUT_PROP_TOPBUTTONPAD, dev->propbit); in set_input_params()