Home
last modified time | relevance | path

Searched defs:hid_field (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/include/linux/
Dhid.h449 struct hid_field { struct
450 unsigned physical; /* physical usage for this field */
451 unsigned logical; /* logical usage for this field */
452 unsigned application; /* application usage for this field */
453 struct hid_usage *usage; /* usage table for this function */
454 unsigned maxusage; /* maximum usage index */
455 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */
456 unsigned report_offset; /* bit offset in the report */
457 unsigned report_size; /* size of this field in the report */
458 unsigned report_count; /* number of this field in the report */
[all …]