Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-rmi.c404 (field->application == HID_GD_POINTER || in rmi_event()
H A Dhid-input.c761 case HID_GD_POINTER: code += BTN_MOUSE; break; in hidinput_configure_usage()
788 case HID_GD_POINTER: code += BTN_MOUSE; break; in hidinput_configure_usage()
H A Dhid-core.c870 if (parser->local.usage[i] == HID_GD_POINTER) in hid_scan_collection()
/linux/include/linux/
H A Dhid.h177 #define HID_GD_POINTER 0x00010001 macro