Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dhid.h577 struct hid_input { struct
578 struct list_head list;
579 struct hid_report *report;
580 struct input_dev *input;
581 const char *name;
582 struct list_head reports; /* the list of reports */
583 unsigned int application; /* application usage for this input */
584 bool registered;