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