Searched defs:hid_input (Results 1 – 2 of 2) sorted by relevance
577 struct hid_input { struct578 struct list_head list;579 struct hid_report *report;580 struct input_dev *input;581 const char *name;582 struct list_head reports; /* the list of reports */583 unsigned int application; /* application usage for this input */584 bool registered;
526 struct hid_input { struct527 struct list_head list;528 struct hid_report *report;529 struct input_dev *input;530 const char *name;531 bool registered;532 struct list_head reports; /* the list of reports */533 unsigned int application; /* application usage for this input */