Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dwacom_wac.h166 #define WACOM_PAD_FIELD(f) (((f)->physical == HID_DG_TABLETFUNCTIONKEY) || \
H A Dwacom_wac.c2160 if (wacom_equivalent_usage(field->physical) == HID_DG_TABLETFUNCTIONKEY) { in wacom_wac_pad_event()
2987 if (wacom_equivalent_usage(field->physical) == HID_DG_TABLETFUNCTIONKEY) in wacom_wac_report()
/openbmc/linux/include/linux/
H A Dhid.h247 #define HID_DG_TABLETFUNCTIONKEY 0x000d0039 macro