Lines Matching defs:hid_field
460 struct hid_field { struct
461 unsigned physical; /* physical usage for this field */
462 unsigned logical; /* logical usage for this field */
463 unsigned application; /* application usage for this field */
464 struct hid_usage *usage; /* usage table for this function */
465 unsigned maxusage; /* maximum usage index */
466 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */
467 unsigned report_offset; /* bit offset in the report */
468 unsigned report_size; /* size of this field in the report */
469 unsigned report_count; /* number of this field in the report */
493 struct hid_field_entry { argument
495 struct hid_field *field; argument