Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-rmi.c404 (field->application == HID_GD_POINTER || in rmi_event()
H A Dhid-input.c618 case HID_GD_POINTER: code += BTN_MOUSE; break; in hidinput_configure_usage()
634 case HID_GD_POINTER: code += BTN_MOUSE; break; in hidinput_configure_usage()
H A Dhid-sony.c729 } else if (usage->hid == HID_GD_POINTER) { in navigation_mapping()
774 } else if (usage->hid == HID_GD_POINTER) { in sixaxis_mapping()
H A Dhid-core.c812 if (parser->local.usage[i] == HID_GD_POINTER) in hid_scan_collection()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h170 #define HID_GD_POINTER 0x00010001 macro