Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dhid.h411 #define HID_MAX_FIELDS 128 macro
417 struct hid_field *field[HID_MAX_FIELDS]; /* fields of the report */
/linux-3.4.99/drivers/hid/
Dhid-multitouch.c74 unsigned usages[HID_MAX_FIELDS];
290 if (f->length >= HID_MAX_FIELDS) in mt_store_field()
Dhid-core.c98 if (report->maxfield == HID_MAX_FIELDS) { in hid_register_field()