Home
last modified time | relevance | path

Searched refs:HID_MAX_IDS (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dhid.h423 #define HID_MAX_IDS 256 macro
428 struct hid_report *report_id_hash[HID_MAX_IDS];
/linux-3.4.99/drivers/hid/
Dhid-core.c66 if (id >= HID_MAX_IDS) in hid_register_report()
392 parser->global.report_id >= HID_MAX_IDS) { in hid_parser_global()
565 for (j = 0; j < HID_MAX_IDS; j++) { in hid_device_release()
854 if (id >= HID_MAX_IDS) { in hid_validate_values()