Searched defs:hidpp_device (Results 1 – 1 of 1) sorted by relevance
181 struct hidpp_device { struct183 struct input_dev *input;185 void *send_receive_buf;187 wait_queue_head_t wait;189 bool answer_available;190 u8 protocol_major;191 u8 protocol_minor;193 void *private_data;199 unsigned long quirks;201 u8 supported_reports;[all …]