/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 57 libevdev.INPUT_PROP_DIRECT, 126 libevdev.INPUT_PROP_DIRECT,
|
/openbmc/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 | 441 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in w8001_setup_pen() 485 __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 | sx8654.c | 355 __set_bit(INPUT_PROP_DIRECT, input->propbit); in sx8654_probe()
|
H A D | tsc200x-core.c | 527 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in tsc200x_probe()
|
H A D | mxs-lradc-ts.c | 590 __set_bit(INPUT_PROP_DIRECT, input->propbit); in mxs_lradc_ts_register()
|
H A D | ilitek_ts_i2c.c | 476 __set_bit(INPUT_PROP_DIRECT, input->propbit); in ilitek_input_dev_init()
|
H A D | silead.c | 174 set_bit(INPUT_PROP_DIRECT, data->pen_input->propbit); in silead_ts_request_pen_input_dev()
|
H A D | goodix.c | 334 __set_bit(INPUT_PROP_DIRECT, input->propbit); in goodix_create_pen_input()
|
/openbmc/linux/Documentation/input/ |
H A D | event-codes.rst | 333 INPUT_PROP_DIRECT + INPUT_PROP_POINTER 336 The INPUT_PROP_DIRECT property indicates that device coordinates should be 348 If neither INPUT_PROP_DIRECT or INPUT_PROP_POINTER are set, the property is 426 For new hardware, INPUT_PROP_DIRECT should be set. 453 For new hardware, both INPUT_PROP_DIRECT and INPUT_PROP_POINTER should be set.
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 23 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/openbmc/linux/drivers/input/tablet/ |
H A D | pegasus_notetaker.c | 370 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in pegasus_probe()
|
H A D | wacom_serial4.c | 562 set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_connect()
|
/openbmc/linux/drivers/input/ |
H A D | input-mt.c | 82 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in input_mt_init_slots()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
|
/openbmc/linux/drivers/input/mouse/ |
H A D | synaptics_usb.c | 413 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in synusb_probe()
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input-hid.c | 598 INPUT_PROP_DIRECT, in virtio_multitouch_init()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-input.c | 931 __set_bit(INPUT_PROP_DIRECT, input->propbit); in hidinput_configure_usage()
|
H A D | hid-multitouch.c | 761 __set_bit(INPUT_PROP_DIRECT, in mt_touch_input_mapping()
|
H A D | wacom_wac.c | 3749 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_pen_input_capabilities() 3914 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_setup_touch_input_capabilities()
|