Lines Matching refs:usb_descriptor_header

164 static struct usb_descriptor_header *hidg_ss_descriptors_intout[] = {
165 (struct usb_descriptor_header *)&hidg_interface_desc,
166 (struct usb_descriptor_header *)&hidg_desc,
167 (struct usb_descriptor_header *)&hidg_ss_in_ep_desc,
168 (struct usb_descriptor_header *)&hidg_ss_in_comp_desc,
169 (struct usb_descriptor_header *)&hidg_ss_out_ep_desc,
170 (struct usb_descriptor_header *)&hidg_ss_out_comp_desc,
174 static struct usb_descriptor_header *hidg_ss_descriptors_ssreport[] = {
175 (struct usb_descriptor_header *)&hidg_interface_desc,
176 (struct usb_descriptor_header *)&hidg_desc,
177 (struct usb_descriptor_header *)&hidg_ss_in_ep_desc,
178 (struct usb_descriptor_header *)&hidg_ss_in_comp_desc,
208 static struct usb_descriptor_header *hidg_hs_descriptors_intout[] = {
209 (struct usb_descriptor_header *)&hidg_interface_desc,
210 (struct usb_descriptor_header *)&hidg_desc,
211 (struct usb_descriptor_header *)&hidg_hs_in_ep_desc,
212 (struct usb_descriptor_header *)&hidg_hs_out_ep_desc,
216 static struct usb_descriptor_header *hidg_hs_descriptors_ssreport[] = {
217 (struct usb_descriptor_header *)&hidg_interface_desc,
218 (struct usb_descriptor_header *)&hidg_desc,
219 (struct usb_descriptor_header *)&hidg_hs_in_ep_desc,
249 static struct usb_descriptor_header *hidg_fs_descriptors_intout[] = {
250 (struct usb_descriptor_header *)&hidg_interface_desc,
251 (struct usb_descriptor_header *)&hidg_desc,
252 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
253 (struct usb_descriptor_header *)&hidg_fs_out_ep_desc,
257 static struct usb_descriptor_header *hidg_fs_descriptors_ssreport[] = {
258 (struct usb_descriptor_header *)&hidg_interface_desc,
259 (struct usb_descriptor_header *)&hidg_desc,
260 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,