Home
last modified time | relevance | path

Searched refs:INPUT_PROP_DIRECT (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dbase.py60 libevdev.INPUT_PROP_DIRECT,
129 libevdev.INPUT_PROP_DIRECT,
/linux/Documentation/input/
H A Devent-codes.rst333 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.
/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c439 __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 Dsurface3_spi.c291 __set_bit(INPUT_PROP_DIRECT, input->propbit); in surface3_spi_create_pen_input()
H A Dsx8654.c355 __set_bit(INPUT_PROP_DIRECT, input->propbit); in sx8654_probe()
H A Dmxs-lradc-ts.c590 __set_bit(INPUT_PROP_DIRECT, input->propbit); in mxs_lradc_ts_register()
H A Dilitek_ts_i2c.c475 __set_bit(INPUT_PROP_DIRECT, input->propbit); in ilitek_input_dev_init()
H A Dsilead.c174 set_bit(INPUT_PROP_DIRECT, data->pen_input->propbit); in silead_ts_request_pen_input_dev()
H A Dgoodix.c325 * resolution does not matter much since we set INPUT_PROP_DIRECT. in goodix_create_pen_input()
336 __set_bit(INPUT_PROP_DIRECT, input->propbit); in goodix_create_pen_input()
/linux/drivers/input/tablet/
H A Dpegasus_notetaker.c378 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in pegasus_probe()
H A Dwacom_serial4.c562 set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in wacom_connect()
/linux/drivers/input/
H A Dinput-mt.c82 __set_bit(INPUT_PROP_DIRECT, dev->propbit); in input_mt_init_slots()
/linux/include/uapi/linux/
H A Dinput-event-codes.h24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ macro
/linux/drivers/input/mouse/
H A Dsynaptics_usb.c413 __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); in synusb_probe()
/linux/drivers/hid/
H A Dhid-input.c931 __set_bit(INPUT_PROP_DIRECT, input->propbit); in hidinput_configure_usage()
H A Dhid-multitouch.c787 __set_bit(INPUT_PROP_DIRECT, in mt_touch_input_mapping()