Home
last modified time | relevance | path

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

/linux-4.19.296/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.c608 if (field->usage[n].hid == HID_DG_CONTACTID) { in mt_allocate_report_data()
784 case HID_DG_CONTACTID: in mt_touch_input_mapping()
1726 mt_fix_const_fields(hdev, HID_DG_CONTACTID); in mt_probe()
Dwacom_wac.c2518 case HID_DG_CONTACTID: in wacom_wac_finger_usage_mapping()
2618 case HID_DG_CONTACTID: in wacom_wac_finger_event()
2675 case HID_DG_CONTACTID: in wacom_wac_finger_pre_report()
Dhid-core.c784 if (usage == HID_DG_CONTACTID) in hid_scan_input_usage()
/linux-4.19.296/include/linux/
Dhid.h297 #define HID_DG_CONTACTID 0x000d0051 macro