Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c777 case HID_UP_DIGITIZER: in hidinput_configure_usage()
1314 if (usage->hid == (HID_UP_DIGITIZER | 0x003c)) { /* Invert */ in hidinput_hid_event()
1319 if (usage->hid == (HID_UP_DIGITIZER | 0x0032)) { /* InRange */ in hidinput_hid_event()
1329 if (usage->hid == (HID_UP_DIGITIZER | 0x0030) && (*quirks & HID_QUIRK_NOTOUCH)) { /* Pressure */ in hidinput_hid_event()
H A Dhid-microsoft.c166 case HID_UP_DIGITIZER: in ms_surface_dial_quirk()
H A Dhid-ntrig.c514 case HID_UP_DIGITIZER: in ntrig_input_mapping()
H A Dhid-multitouch.c755 case HID_UP_DIGITIZER: in mt_touch_input_mapping()
H A Dwacom_sys.c348 case HID_UP_DIGITIZER: in wacom_feature_mapping()
H A Dwacom_wac.c1825 subpage = HID_UP_DIGITIZER; in wacom_equivalent_usage()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h154 #define HID_UP_DIGITIZER 0x000d0000 macro