Searched defs:hid_field (Results 1 – 1 of 1) sorted by relevance
386 struct hid_field { struct387 unsigned physical; /* physical usage for this field */388 unsigned logical; /* logical usage for this field */389 unsigned application; /* application usage for this field */390 struct hid_usage *usage; /* usage table for this function */391 unsigned maxusage; /* maximum usage index */392 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */393 unsigned report_offset; /* bit offset in the report */417 struct hid_field *field[HID_MAX_FIELDS]; /* fields of the report */ argument