Home
last modified time | relevance | path

Searched refs:INPUT_PROP_POINTER (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dbase.py61 libevdev.INPUT_PROP_POINTER,
115 libevdev.INPUT_PROP_POINTER,
H A Dtest_wacom_generic.py674 assert libevdev.INPUT_PROP_POINTER in evdev.properties
870 assert libevdev.INPUT_PROP_POINTER not in evdev.properties
/linux/drivers/hid/
H A Dhid-udraw-ps3.c322 set_bit(INPUT_PROP_POINTER, input_dev->propbit); in udraw_setup_touch()
350 set_bit(INPUT_PROP_POINTER, input_dev->propbit); in udraw_setup_pen()
/linux/Documentation/input/
H A Devent-codes.rst339 INPUT_PROP_DIRECT + INPUT_PROP_POINTER
349 The INPUT_PROP_POINTER property indicates that the device is not transposed
354 If neither INPUT_PROP_DIRECT or INPUT_PROP_POINTER are set, the property is
470 For new hardware, INPUT_PROP_POINTER should be set.
484 For new hardware, both INPUT_PROP_DIRECT and INPUT_PROP_POINTER should be set.
/linux/drivers/input/mouse/
H A Dbyd.c486 __set_bit(INPUT_PROP_POINTER, dev->propbit); in byd_init()
H A Delan_i2c_core.c1145 __set_bit(INPUT_PROP_POINTER, input->propbit); in elan_setup_trackpoint_input_device()
1179 __set_bit(INPUT_PROP_POINTER, input->propbit); in elan_setup_input_device()
H A Delantech.c1174 __set_bit(INPUT_PROP_POINTER, dev->propbit); in elantech_set_input_params()
2137 __set_bit(INPUT_PROP_POINTER, tp_dev->propbit); in elantech_setup_ps2()
/linux/drivers/input/touchscreen/
H A Dsurface3_spi.c292 __set_bit(INPUT_PROP_POINTER, input->propbit); in surface3_spi_create_pen_input()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h23 #define INPUT_PROP_POINTER 0x00 /* needs a pointer */ macro
/linux/drivers/input/tablet/
H A Dwacom_serial4.c564 __set_bit(INPUT_PROP_POINTER, input_dev->propbit); in wacom_connect()
/linux/drivers/input/
H A Dinput-mt.c79 __set_bit(INPUT_PROP_POINTER, dev->propbit); in input_mt_init_slots()
/linux/include/uapi/linux/
H A Dinput-event-codes.h23 #define INPUT_PROP_POINTER 0x00 /* needs a pointer */ macro
/linux/drivers/input/keyboard/
H A Dapplespi.c1272 __set_bit(INPUT_PROP_POINTER, touchpad_input_dev->propbit); in applespi_register_touchpad_device()