Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-ntrig.c517 case HID_DG_CONTACTID: /* Not trustworthy, squelch for now */ in ntrig_input_mapping()
608 case HID_DG_CONTACTID: in ntrig_event()
Dhid-multitouch.c604 if (field->usage[n].hid == HID_DG_CONTACTID) in mt_allocate_report_data()
777 case HID_DG_CONTACTID: in mt_touch_input_mapping()
1724 mt_fix_const_fields(hdev, HID_DG_CONTACTID); in mt_probe()
Dwacom_wac.c2506 case HID_DG_CONTACTID: in wacom_wac_finger_usage_mapping()
2588 case HID_DG_CONTACTID: in wacom_wac_finger_event()
2632 case HID_DG_CONTACTID: in wacom_wac_finger_pre_report()
Dhid-core.c736 if (usage == HID_DG_CONTACTID) in hid_scan_input_usage()
/Linux-v5.4/include/linux/
Dhid.h286 #define HID_DG_CONTACTID 0x000d0051 macro