Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h581 #define HID_MAX_IDS 256 macro
586 struct hid_report *report_id_hash[HID_MAX_IDS];
/linux/drivers/hid/
H A Dhid-core.c91 if (id >= HID_MAX_IDS) in hid_register_report()
490 parser->global.report_id >= HID_MAX_IDS) { in hid_parser_global()
715 for (j = 0; j < HID_MAX_IDS; j++) { in hid_close_report()
1043 if (id >= HID_MAX_IDS) { in hid_validate_values()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c235 for (j = 0; j < HID_MAX_IDS; j++) { in __hid_bpf_allocate_data()