Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h432 #define HID_MAX_FIELDS 256 macro
438 struct hid_field *field[HID_MAX_FIELDS]; /* fields of the report */
/linux-4.1.27/drivers/hid/
Dhid-multitouch.c96 unsigned usages[HID_MAX_FIELDS];
379 if (f->length >= HID_MAX_FIELDS) in mt_store_field()
Dhid-core.c98 if (report->maxfield == HID_MAX_FIELDS) { in hid_register_field()