Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-microsoft.c140 case HID_UP_DIGITIZER: in ms_surface_dial_quirk()
Dhid-input.c760 case HID_UP_DIGITIZER: in hidinput_configure_usage()
1223 if (usage->hid == (HID_UP_DIGITIZER | 0x003c)) { /* Invert */ in hidinput_hid_event()
1228 if (usage->hid == (HID_UP_DIGITIZER | 0x0032)) { /* InRange */ in hidinput_hid_event()
1238 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.c728 case HID_UP_DIGITIZER: in mt_touch_input_mapping()
Dwacom_sys.c311 case HID_UP_DIGITIZER: in wacom_feature_mapping()
Dwacom_wac.c1740 subpage = HID_UP_DIGITIZER; in wacom_equivalent_usage()
/Linux-v4.19/include/linux/
Dhid.h166 #define HID_UP_DIGITIZER 0x000d0000 macro