Lines Matching refs:usb_descriptor_header

156 static struct usb_descriptor_header *hidg_ss_descriptors_intout[] = {
157 (struct usb_descriptor_header *)&hidg_interface_desc,
158 (struct usb_descriptor_header *)&hidg_desc,
159 (struct usb_descriptor_header *)&hidg_ss_in_ep_desc,
160 (struct usb_descriptor_header *)&hidg_ss_in_comp_desc,
161 (struct usb_descriptor_header *)&hidg_ss_out_ep_desc,
162 (struct usb_descriptor_header *)&hidg_ss_out_comp_desc,
166 static struct usb_descriptor_header *hidg_ss_descriptors_ssreport[] = {
167 (struct usb_descriptor_header *)&hidg_interface_desc,
168 (struct usb_descriptor_header *)&hidg_desc,
169 (struct usb_descriptor_header *)&hidg_ss_in_ep_desc,
170 (struct usb_descriptor_header *)&hidg_ss_in_comp_desc,
200 static struct usb_descriptor_header *hidg_hs_descriptors_intout[] = {
201 (struct usb_descriptor_header *)&hidg_interface_desc,
202 (struct usb_descriptor_header *)&hidg_desc,
203 (struct usb_descriptor_header *)&hidg_hs_in_ep_desc,
204 (struct usb_descriptor_header *)&hidg_hs_out_ep_desc,
208 static struct usb_descriptor_header *hidg_hs_descriptors_ssreport[] = {
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,
241 static struct usb_descriptor_header *hidg_fs_descriptors_intout[] = {
242 (struct usb_descriptor_header *)&hidg_interface_desc,
243 (struct usb_descriptor_header *)&hidg_desc,
244 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
245 (struct usb_descriptor_header *)&hidg_fs_out_ep_desc,
249 static struct usb_descriptor_header *hidg_fs_descriptors_ssreport[] = {
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,