Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h407 struct hid_field { struct
408 unsigned physical; /* physical usage for this field */
409 unsigned logical; /* logical usage for this field */
410 unsigned application; /* application usage for this field */
411 struct hid_usage *usage; /* usage table for this function */
412 unsigned maxusage; /* maximum usage index */
413 unsigned flags; /* main-item flags (i.e. volatile,array,constant) */
414 unsigned report_offset; /* bit offset in the report */
438 struct hid_field *field[HID_MAX_FIELDS]; /* fields of the report */ argument