Searched defs:hid_input (Results 1 – 2 of 2) sorted by relevance
523 struct hid_input { struct524 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 */
524 struct hid_input { struct525 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 */