Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-logitech-hidpp.c168 struct hidpp_device { struct
169 struct hid_device *hid_dev;
170 struct input_dev *input;
171 struct mutex send_mutex;
172 void *send_receive_buf;
173 char *name; /* will never be NULL and should not be freed */
174 wait_queue_head_t wait;
175 int very_long_report_length;
176 bool answer_available;
177 u8 protocol_major;
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dhid-logitech-hidpp.c181 struct hidpp_device { struct
182 struct hid_device *hid_dev;
183 struct input_dev *input;
184 struct mutex send_mutex;
185 void *send_receive_buf;
186 char *name; /* will never be NULL and should not be freed */
187 wait_queue_head_t wait;
188 int very_long_report_length;
189 bool answer_available;
190 u8 protocol_major;
[all …]