Lines Matching defs:hid_field
455 struct hid_field { struct
456 unsigned physical; /* physical usage for this field */
457 unsigned logical; /* logical usage for this field */
458 unsigned application; /* application usage for this field */
459 struct hid_usage *usage; /* usage table for this function */
460 unsigned maxusage; /* maximum usage index */
461 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */
462 unsigned report_offset; /* bit offset in the report */
463 unsigned report_size; /* size of this field in the report */
464 unsigned report_count; /* number of this field in the report */
488 struct hid_field *field[HID_MAX_FIELDS]; /* fields of the report */ argument