Home
last modified time | relevance | path

Searched defs:hidpp_device (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/drivers/hid/
Dhid-logitech-hidpp.c180 struct hidpp_device { struct
181 struct hid_device *hid_dev;
182 struct input_dev *input;
183 struct mutex send_mutex;
184 void *send_receive_buf;
185 char *name; /* will never be NULL and should not be freed */
186 wait_queue_head_t wait;
187 int very_long_report_length;
188 bool answer_available;
189 u8 protocol_major;
[all …]