Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-logitech-hidpp.c181 struct hidpp_device { struct
183 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 …]