Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dhid.h582 struct hid_input { struct
583 struct list_head list;
584 struct hid_report *report;
585 struct input_dev *input;
586 const char *name;
587 struct list_head reports; /* the list of reports */
588 unsigned int application; /* application usage for this input */
589 bool registered;