Searched refs:INPUT_PROP_DIRECT (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 60 libevdev.INPUT_PROP_DIRECT, 129 libevdev.INPUT_PROP_DIRECT,
|
| H A D | test_wacom_generic.py | 675 assert libevdev.INPUT_PROP_DIRECT not in evdev.properties 869 assert libevdev.INPUT_PROP_DIRECT in evdev.properties
|
| /linux/drivers/input/touchscreen/ |
| H A D | ar1021_i2c.c | 118 __set_bit(INPUT_PROP_DIRECT, input->propbit); in ar1021_i2c_probe()
|
| H A D | wacom_w8001.c | 439 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in w8001_setup_pen() 483 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in w8001_setup_touch()
|
| H A D | surface3_spi.c | 291 __set_bit(INPUT_PROP_DIRECT, input->propbit); in surface3_spi_create_pen_input()
|
| H A D | silead.c | 174 set_bit(INPUT_PROP_DIRECT, data->pen_input->propbit); in silead_ts_request_pen_input_dev()
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 339 INPUT_PROP_DIRECT + INPUT_PROP_POINTER 342 The INPUT_PROP_DIRECT property indicates that device coordinates should be 354 If neither INPUT_PROP_DIRECT or INPUT_PROP_POINTER are set, the property is 457 For new hardware, INPUT_PROP_DIRECT should be set. 484 For new hardware, both INPUT_PROP_DIRECT and INPUT_PROP_POINTER should be set.
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
| /linux/drivers/input/tablet/ |
| H A D | wacom_serial4.c | 562 set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_connect()
|
| /linux/drivers/input/ |
| H A D | input-mt.c | 82 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in input_mt_init_slots()
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
| /linux/drivers/hid/ |
| H A D | hid-input.c | 978 __set_bit(INPUT_PROP_DIRECT, input->propbit); in hidinput_configure_usage()
|
| H A D | hid-multitouch.c | 839 __set_bit(INPUT_PROP_DIRECT, in mt_touch_input_mapping()
|
| H A D | wacom_wac.c | 3795 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pen_input_capabilities() 3960 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_touch_input_capabilities()
|