Searched refs:INPUT_PROP_DIRECT (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/include/uapi/linux/ |
D | input-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/linux-4.4.14/drivers/input/ |
D | input-mt.c | 81 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in input_mt_init_slots()
|
/linux-4.4.14/drivers/input/tablet/ |
D | wacom_serial4.c | 565 set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_connect()
|
/linux-4.4.14/drivers/input/mouse/ |
D | synaptics_usb.c | 406 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in synusb_probe()
|
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.c | 1811 __set_bit(INPUT_PROP_DIRECT, wacom_wac->pen_input->propbit); in wacom_wac_usage_mapping() 1812 __set_bit(INPUT_PROP_DIRECT, wacom_wac->touch_input->propbit); in wacom_wac_usage_mapping() 2607 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pen_input_capabilities() 2666 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pen_input_capabilities() 2775 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_touch_input_capabilities()
|