Searched refs:hidg_desc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_hid.c | 111 static struct hid_descriptor hidg_desc = { variable 112 .bLength = sizeof hidg_desc, 167 (struct usb_descriptor_header *)&hidg_desc, 177 (struct usb_descriptor_header *)&hidg_desc, 211 (struct usb_descriptor_header *)&hidg_desc, 219 (struct usb_descriptor_header *)&hidg_desc, 252 (struct usb_descriptor_header *)&hidg_desc, 260 (struct usb_descriptor_header *)&hidg_desc, 724 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() 966 * We can use hidg_desc struc in hidg_bind() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_hid.c | 115 static struct hid_descriptor hidg_desc = { variable 116 .bLength = sizeof hidg_desc, 171 (struct usb_descriptor_header *)&hidg_desc, 181 (struct usb_descriptor_header *)&hidg_desc, 215 (struct usb_descriptor_header *)&hidg_desc, 223 (struct usb_descriptor_header *)&hidg_desc, 256 (struct usb_descriptor_header *)&hidg_desc, 264 (struct usb_descriptor_header *)&hidg_desc, 728 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() 970 * We can use hidg_desc struc in hidg_bind() [all...] |
Completed in 4 milliseconds