Searched defs:hid_input (Results 1 – 1 of 1) sorted by relevance
615 struct hid_input { struct616 struct list_head list;617 struct hid_report *report;618 struct input_dev *input;619 const char *name;620 struct list_head reports; /* the list of reports */621 unsigned int application; /* application usage for this input */622 bool registered;