Home
last modified time | relevance | path

Searched refs:HID_UP_DIGITIZER (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-input.c665 case HID_UP_DIGITIZER: in hidinput_configure_usage()
1080 if (usage->hid == (HID_UP_DIGITIZER | 0x003c)) { /* Invert */ in hidinput_hid_event()
1085 if (usage->hid == (HID_UP_DIGITIZER | 0x0032)) { /* InRange */ in hidinput_hid_event()
1095 if (usage->hid == (HID_UP_DIGITIZER | 0x0030) && (*quirks & HID_QUIRK_NOTOUCH)) { /* Pressure */ in hidinput_hid_event()
Dhid-ntrig.c518 case HID_UP_DIGITIZER: in ntrig_input_mapping()
Dhid-multitouch.c450 case HID_UP_DIGITIZER: in mt_touch_input_mapping()
/linux-4.1.27/include/linux/
Dhid.h164 #define HID_UP_DIGITIZER 0x000d0000 macro