Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dhid.h543 #define HID_MAX_IDS 256 macro
548 struct hid_report *report_id_hash[HID_MAX_IDS];
/linux-6.6.21/drivers/hid/bpf/
Dhid_bpf_dispatch.c201 for (j = 0; j < HID_MAX_IDS; j++) { in __hid_bpf_allocate_data()
/linux-6.6.21/drivers/hid/
Dhid-core.c59 if (id >= HID_MAX_IDS) in hid_register_report()
458 parser->global.report_id >= HID_MAX_IDS) { in hid_parser_global()
679 for (j = 0; j < HID_MAX_IDS; j++) { in hid_close_report()
988 if (id >= HID_MAX_IDS) { in hid_validate_values()