Home
last modified time | relevance | path

Searched refs:HID_DG_TOUCHSCREEN (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/
H A Dwacom_wac.h179 ((f)->application == HID_DG_TOUCHSCREEN) || \
185 #define WACOM_DIRECT_DEVICE(f) (((f)->application == HID_DG_TOUCHSCREEN) || \
H A Dhid-multitouch.c645 if (application == HID_DG_TOUCHSCREEN) in mt_allocate_application()
809 if (field->application == HID_DG_TOUCHSCREEN && in mt_touch_input_mapping()
882 field->application == HID_DG_TOUCHSCREEN)) in mt_touch_input_mapping()
1487 field->application != HID_DG_TOUCHSCREEN && in mt_input_mapping()
1577 * only the HID_DG_TOUCHSCREEN collections. The touchpad collection (and the in mt_report_fixup()
1972 case HID_DG_TOUCHSCREEN: in mt_probe()
H A Dhid-ntrig.c871 case HID_DG_TOUCHSCREEN: in ntrig_input_configured()
H A Dhid-input.c1023 case HID_DG_TOUCHSCREEN: in hidinput_configure_usage()
2087 case HID_DG_TOUCHSCREEN: in hidinput_allocate()
/linux/include/linux/
H A Dhid.h238 #define HID_DG_TOUCHSCREEN 0x000d0004 macro