Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/bpf/
Dhid_bpf_dispatch.c201 for (j = 0; j < HID_MAX_IDS; j++) { in __hid_bpf_allocate_data()
/Linux-v6.6/include/linux/
Dhid.h543 #define HID_MAX_IDS 256 macro
548 struct hid_report *report_id_hash[HID_MAX_IDS];
/Linux-v6.6/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()
981 if (id >= HID_MAX_IDS) { in hid_validate_values()