Searched defs:hid_field (Results 1 – 2 of 2) sorted by relevance
485 struct hid_field { struct486 unsigned physical; /* physical usage for this field */487 unsigned logical; /* logical usage for this field */488 unsigned application; /* application usage for this field */489 struct hid_usage *usage; /* usage table for this function */490 unsigned maxusage; /* maximum usage index */491 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */492 unsigned report_offset; /* bit offset in the report */493 unsigned report_size; /* size of this field in the report */494 unsigned report_count; /* number of this field in the report */[all …]
453 struct hid_field { struct454 unsigned physical; /* physical usage for this field */455 unsigned logical; /* logical usage for this field */456 unsigned application; /* application usage for this field */457 struct hid_usage *usage; /* usage table for this function */458 unsigned maxusage; /* maximum usage index */459 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */460 unsigned report_offset; /* bit offset in the report */461 unsigned report_size; /* size of this field in the report */462 unsigned report_count; /* number of this field in the report */[all …]