Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-ntrig.c521 case HID_DG_CONTACTID: /* Not trustworthy, squelch for now */ in ntrig_input_mapping()
612 case HID_DG_CONTACTID: in ntrig_event()
Dhid-multitouch.c592 if (field->usage[n].hid == HID_DG_CONTACTID) in mt_allocate_report_data()
758 case HID_DG_CONTACTID: in mt_touch_input_mapping()
1710 mt_fix_const_fields(hdev, HID_DG_CONTACTID); in mt_probe()
Dwacom_wac.c2450 case HID_DG_CONTACTID: in wacom_wac_finger_usage_mapping()
2528 case HID_DG_CONTACTID: in wacom_wac_finger_event()
2565 case HID_DG_CONTACTID: in wacom_wac_finger_pre_report()
Dhid-core.c725 if (usage == HID_DG_CONTACTID) in hid_scan_input_usage()
/Linux-v4.19/include/linux/
Dhid.h295 #define HID_DG_CONTACTID 0x000d0051 macro