Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dwacom_wac.h181 ((f)->application == HID_DG_TOUCHSCREEN) || \
187 #define WACOM_DIRECT_DEVICE(f) (((f)->application == HID_DG_TOUCHSCREEN) || \
Dhid-multitouch.c528 if (application == HID_DG_TOUCHSCREEN) in mt_allocate_application()
671 if (field->application == HID_DG_TOUCHSCREEN && in mt_touch_input_mapping()
741 field->application == HID_DG_TOUCHSCREEN)) in mt_touch_input_mapping()
1283 field->application != HID_DG_TOUCHSCREEN && in mt_input_mapping()
1557 case HID_DG_TOUCHSCREEN: in mt_input_configured()
Dhid-ntrig.c875 case HID_DG_TOUCHSCREEN: in ntrig_input_configured()
Dhid-input.c1538 case HID_DG_TOUCHSCREEN: in hidinput_allocate()
/Linux-v4.19/include/linux/
Dhid.h239 #define HID_DG_TOUCHSCREEN 0x000d0004 macro