Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dhid.h523 struct hid_input { struct
524 struct list_head list;
525 struct hid_report *report;
526 struct input_dev *input;
527 const char *name;
528 bool registered;
529 struct list_head reports; /* the list of reports */
530 unsigned int application; /* application usage for this input */
/kernel/linux/linux-5.10/include/linux/
Dhid.h524 struct hid_input { struct
525 struct list_head list;
526 struct hid_report *report;
527 struct input_dev *input;
528 const char *name;
529 bool registered;
530 struct list_head reports; /* the list of reports */
531 unsigned int application; /* application usage for this input */