Searched defs:hidpp_device (Results 1 – 1 of 1) sorted by relevance
92 struct hidpp_device { struct93 struct hid_device *hid_dev;94 struct mutex send_mutex;95 void *send_receive_buf;96 char *name; /* will never be NULL and should not be freed */97 wait_queue_head_t wait;98 bool answer_available;99 u8 protocol_major;100 u8 protocol_minor;102 void *private_data;[all …]