Home
last modified time | relevance | path

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

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