Searched defs:hid_input (Results 1 – 1 of 1) sorted by relevance
528 struct hid_input { struct529 struct list_head list;530 struct hid_report *report;531 struct input_dev *input;532 const char *name;533 bool registered;534 struct list_head reports; /* the list of reports */535 unsigned int application; /* application usage for this input */
Completed in 9 milliseconds