Searched defs:hidpp_device (Results 1 – 1 of 1) sorted by relevance
165 struct hidpp_device { struct166 struct hid_device *hid_dev;167 struct input_dev *input;168 struct mutex send_mutex;169 void *send_receive_buf;170 char *name; /* will never be NULL and should not be freed */171 wait_queue_head_t wait;172 int very_long_report_length;173 bool answer_available;174 u8 protocol_major;[all …]