Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/rmi4/
H A Drmi_2d_sensor.c205 set_bit(INPUT_PROP_TOPBUTTONPAD, input->propbit); in rmi_2d_sensor_set_input_params()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h26 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ macro
/openbmc/linux/Documentation/input/
H A Devent-codes.rst379 INPUT_PROP_TOPBUTTONPAD section in Device properties
388 If INPUT_PROP_TOPBUTTONPAD is set, userspace should emulate buttons
/openbmc/linux/drivers/input/mouse/
H A Dsynaptics.c1357 __set_bit(INPUT_PROP_TOPBUTTONPAD, dev->propbit); in set_input_params()