Home
last modified time | relevance | path

Searched refs:HID_DG_TABLETFUNCTIONKEY (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
Dwacom_wac.h164 #define WACOM_PAD_FIELD(f) (((f)->physical == HID_DG_TABLETFUNCTIONKEY) || \
Dwacom_wac.c2084 if (wacom_equivalent_usage(field->physical) == HID_DG_TABLETFUNCTIONKEY) { in wacom_wac_pad_event()
2850 if (wacom_equivalent_usage(field->physical) == HID_DG_TABLETFUNCTIONKEY) in wacom_wac_report()
/kernel/linux/linux-5.10/include/linux/
Dhid.h242 #define HID_DG_TABLETFUNCTIONKEY 0x000d0039 macro