Searched defs:hid_field (Results 1 – 1 of 1) sorted by relevance
492 struct hid_field { struct493 unsigned physical; /* physical usage for this field */494 unsigned logical; /* logical usage for this field */495 unsigned application; /* application usage for this field */496 struct hid_usage *usage; /* usage table for this function */497 unsigned maxusage; /* maximum usage index */498 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */499 unsigned report_offset; /* bit offset in the report */500 unsigned report_size; /* size of this field in the report */501 unsigned report_count; /* number of this field in the report */[all …]