Searched defs:hid_field (Results 1 – 1 of 1) sorted by relevance
378 struct hid_field { struct379 unsigned physical; /* physical usage for this field */380 unsigned logical; /* logical usage for this field */381 unsigned application; /* application usage for this field */382 struct hid_usage *usage; /* usage table for this function */383 unsigned maxusage; /* maximum usage index */384 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */385 unsigned report_offset; /* bit offset in the report */409 struct hid_field *field[HID_MAX_FIELDS]; /* fields of the report */ argument