Searched defs:hid_input (Results 1 – 1 of 1) sorted by relevance
550 struct hid_input { struct551 struct list_head list;552 struct hid_report *report;553 struct input_dev *input;554 const char *name;555 bool registered;556 struct list_head reports; /* the list of reports */557 unsigned int application; /* application usage for this input */