Home
last modified time | relevance | path

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

/linux/drivers/input/rmi4/
H A Drmi_f21.c98 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in rmi_f21_initialize()
H A Drmi_f3a.c162 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in rmi_f3a_map_gpios()
H A Drmi_f30.c268 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in rmi_f30_map_gpios()
/linux/drivers/input/mouse/
H A Dfocaltech.c343 __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); in focaltech_set_input_params()
H A Dbcm5974.c543 __set_bit(INPUT_PROP_BUTTONPAD, input_dev->propbit); in setup_events_to_report()
H A Dcyapa.c503 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in cyapa_create_input_dev()
H A Delan_i2c_core.c1181 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in elan_setup_input_device()
H A Dsynaptics.c1390 __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); in set_input_params()
H A Delantech.c1127 __set_bit(INPUT_PROP_BUTTONPAD, dev->propbit); in elantech_set_buttonpad_prop()
/linux/drivers/hid/
H A Dhid-elan.c186 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in elan_input_configured()
H A Dhid-asus.c1185 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in asus_input_configured()
H A Dhid-multitouch.c1457 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit); in mt_touch_input_configured()
/linux/Documentation/input/
H A Devent-codes.rst358 INPUT_PROP_BUTTONPAD section in Device properties
397 them as any other INPUT_PROP_BUTTONPAD device.
431 Where applicable, this property is set in addition to INPUT_PROP_BUTTONPAD, it
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h25 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h25 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ macro
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py1069 assert libevdev.INPUT_PROP_BUTTONPAD in evdev.properties
1074 assert libevdev.INPUT_PROP_BUTTONPAD not in evdev.properties
/linux/drivers/input/keyboard/
H A Dapplespi.c1273 __set_bit(INPUT_PROP_BUTTONPAD, touchpad_input_dev->propbit); in applespi_register_touchpad_device()
/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2061 __set_bit(INPUT_PROP_BUTTONPAD, input_dev->propbit); in mxt_set_up_as_touchpad()