Searched refs:HID_USAGE (Results 1 – 2 of 2) sorted by relevance
109 if ((usage->hid & HID_USAGE) < 256) { in hidinput_configure_usage()110 if (!(usage->code = hid_keyboard[usage->hid & HID_USAGE])) in hidinput_configure_usage()231 switch (usage->hid & HID_USAGE) { in hidinput_configure_usage()
165 #define HID_USAGE 0x0000ffff macro