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

/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c205 for (j = 0; j < HID_MAX_IDS; j++) {
/linux-master/include/linux/
H A Dhid.h543 #define HID_MAX_IDS 256 macro
548 struct hid_report *report_id_hash[HID_MAX_IDS];
/linux-master/drivers/hid/
H A Dhid-core.c59 if (id >= HID_MAX_IDS)
458 parser->global.report_id >= HID_MAX_IDS) {
679 for (j = 0; j < HID_MAX_IDS; j++) {
988 if (id >= HID_MAX_IDS) {

Completed in 226 milliseconds