Home
last modified time | relevance | path

Searched refs:HID_DG_TOUCHPAD (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dwacom_wac.h185 ((f)->application == HID_DG_TOUCHPAD))
H A Dhid-multitouch.c575 if (application == HID_DG_TOUCHPAD) { in mt_allocate_application()
799 (field->application == HID_DG_TOUCHPAD || in mt_touch_input_mapping()
888 field->application == HID_DG_TOUCHPAD && in mt_touch_input_mapping()
1367 field->application != HID_DG_TOUCHPAD && in mt_input_mapping()
1648 case HID_DG_TOUCHPAD: in mt_input_configured()
H A Dhid-input.c962 case HID_DG_TOUCHPAD: in hidinput_configure_usage()
2031 case HID_DG_TOUCHPAD: in hidinput_allocate()
/openbmc/linux/include/linux/
H A Dhid.h236 #define HID_DG_TOUCHPAD 0x000d0005 macro