Searched defs:hid_field (Results 1 – 1 of 1) sorted by relevance
523 struct hid_field { struct524 unsigned physical; /* physical usage for this field */525 unsigned logical; /* logical usage for this field */526 unsigned application; /* application usage for this field */527 struct hid_usage *usage; /* usage table for this function */528 unsigned maxusage; /* maximum usage index */529 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */530 unsigned report_offset; /* bit offset in the report */531 unsigned report_size; /* size of this field in the report */532 unsigned report_count; /* number of this field in the report */[all …]