Searched refs:HID_UP_DIGITIZER (Results 1 – 4 of 4) sorted by relevance
665 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()
518 case HID_UP_DIGITIZER: in ntrig_input_mapping()
450 case HID_UP_DIGITIZER: in mt_touch_input_mapping()
164 #define HID_UP_DIGITIZER 0x000d0000 macro