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