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.h543 #define HID_MAX_IDS 256 macro
548 struct hid_report *report_id_hash[HID_MAX_IDS];
/linux/drivers/hid/
H A 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()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c226 for (j = 0; j < HID_MAX_IDS; j++) { in __hid_bpf_allocate_data()