Lines Matching defs:hid_field
488 struct hid_field { struct
489 unsigned physical; /* physical usage for this field */
490 unsigned logical; /* logical usage for this field */
491 unsigned application; /* application usage for this field */
492 struct hid_usage *usage; /* usage table for this function */
493 unsigned maxusage; /* maximum usage index */
494 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */
495 unsigned report_offset; /* bit offset in the report */
496 unsigned report_size; /* size of this field in the report */
497 unsigned report_count; /* number of this field in the report */
521 struct hid_field_entry { argument
523 struct hid_field *field; argument