Lines Matching refs:usb_descriptor_header
195 static struct usb_descriptor_header *hidg_ss_descriptors_intout[] = {
196 (struct usb_descriptor_header *)&hidg_interface_desc,
197 (struct usb_descriptor_header *)&hidg_desc,
198 (struct usb_descriptor_header *)&hidg_ss_in_ep_desc,
199 (struct usb_descriptor_header *)&hidg_ss_in_comp_desc,
200 (struct usb_descriptor_header *)&hidg_ss_out_ep_desc,
201 (struct usb_descriptor_header *)&hidg_ss_out_comp_desc,
205 static struct usb_descriptor_header *hidg_ss_descriptors_ssreport[] = {
206 (struct usb_descriptor_header *)&hidg_interface_desc,
207 (struct usb_descriptor_header *)&hidg_desc,
208 (struct usb_descriptor_header *)&hidg_ss_in_ep_desc,
209 (struct usb_descriptor_header *)&hidg_ss_in_comp_desc,
239 static struct usb_descriptor_header *hidg_hs_descriptors_intout[] = {
240 (struct usb_descriptor_header *)&hidg_interface_desc,
241 (struct usb_descriptor_header *)&hidg_desc,
242 (struct usb_descriptor_header *)&hidg_hs_in_ep_desc,
243 (struct usb_descriptor_header *)&hidg_hs_out_ep_desc,
247 static struct usb_descriptor_header *hidg_hs_descriptors_ssreport[] = {
248 (struct usb_descriptor_header *)&hidg_interface_desc,
249 (struct usb_descriptor_header *)&hidg_desc,
250 (struct usb_descriptor_header *)&hidg_hs_in_ep_desc,
280 static struct usb_descriptor_header *hidg_fs_descriptors_intout[] = {
281 (struct usb_descriptor_header *)&hidg_interface_desc,
282 (struct usb_descriptor_header *)&hidg_desc,
283 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
284 (struct usb_descriptor_header *)&hidg_fs_out_ep_desc,
288 static struct usb_descriptor_header *hidg_fs_descriptors_ssreport[] = {
289 (struct usb_descriptor_header *)&hidg_interface_desc,
290 (struct usb_descriptor_header *)&hidg_desc,
291 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,