Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h492 #define HID_MAX_IDS 256 macro
497 struct hid_report *report_id_hash[HID_MAX_IDS];
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c64 if (id >= HID_MAX_IDS) in hid_register_report()
456 parser->global.report_id >= HID_MAX_IDS) { in hid_parser_global()
675 for (j = 0; j < HID_MAX_IDS; j++) { in hid_close_report()
976 if (id >= HID_MAX_IDS) { in hid_validate_values()