Searched refs:INPUT_PROP_DIRECT (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/Documentation/input/ |
D | event-codes.txt | 241 INPUT_PROP_DIRECT + INPUT_PROP_POINTER: 243 The INPUT_PROP_DIRECT property indicates that device coordinates should be 255 If neither INPUT_PROP_DIRECT or INPUT_PROP_POINTER are set, the property is 323 For new hardware, INPUT_PROP_DIRECT should be set. 348 For new hardware, both INPUT_PROP_DIRECT and INPUT_PROP_POINTER should be set.
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | sx8654.c | 199 __set_bit(INPUT_PROP_DIRECT, input->propbit); in sx8654_probe()
|
D | wacom_w8001.c | 399 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in w8001_setup()
|
/linux-4.1.27/drivers/input/ |
D | input-mt.c | 81 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in input_mt_init_slots()
|
/linux-4.1.27/drivers/input/tablet/ |
D | wacom_serial4.c | 565 set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_connect()
|
/linux-4.1.27/drivers/input/mouse/ |
D | synaptics_usb.c | 406 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in synusb_probe()
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 164 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.1.27/drivers/hid/ |
D | wacom_wac.c | 1588 __set_bit(INPUT_PROP_DIRECT, input->propbit); in wacom_wac_usage_mapping() 2297 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pentouch_input_capabilities() 2368 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pentouch_input_capabilities() 2384 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pentouch_input_capabilities()
|