Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c103 struct hidpp_device { struct
104 struct hid_device *hid_dev;
105 struct mutex send_mutex;
106 void *send_receive_buf;
107 char *name; /* will never be NULL and should not be freed */
108 wait_queue_head_t wait;
109 bool answer_available;
110 u8 protocol_major;
111 u8 protocol_minor;
113 void *private_data;
[all …]