Searched defs:hid_input (Results 1 – 1 of 1) sorted by relevance
520 struct hid_input { struct521 struct list_head list;522 struct hid_report *report;523 struct input_dev *input;524 const char *name;525 bool registered;526 struct list_head reports; /* the list of reports */527 unsigned int application; /* application usage for this input */