Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_wac.h186 ((f)->application == HID_DG_TOUCHPAD))
H A Dhid-multitouch.c580 if (application == HID_DG_TOUCHPAD) { in mt_allocate_application()
804 (field->application == HID_DG_TOUCHPAD || in mt_touch_input_mapping()
893 field->application == HID_DG_TOUCHPAD && in mt_touch_input_mapping()
1372 field->application != HID_DG_TOUCHPAD && in mt_input_mapping()
1654 case HID_DG_TOUCHPAD: in mt_input_configured()
H A Dhid-input.c965 case HID_DG_TOUCHPAD: in hidinput_configure_usage()
2034 case HID_DG_TOUCHPAD: in hidinput_allocate()
/linux/include/linux/
H A Dhid.h235 #define HID_DG_TOUCHPAD 0x000d0005 macro