Lines Matching refs:usb_descriptor_header
70 struct usb_descriptor_header *fsg_fs_function[] = {
71 (struct usb_descriptor_header *) &fsg_intf_desc,
72 (struct usb_descriptor_header *) &fsg_fs_bulk_in_desc,
73 (struct usb_descriptor_header *) &fsg_fs_bulk_out_desc,
107 struct usb_descriptor_header *fsg_hs_function[] = {
108 (struct usb_descriptor_header *) &fsg_intf_desc,
109 (struct usb_descriptor_header *) &fsg_hs_bulk_in_desc,
110 (struct usb_descriptor_header *) &fsg_hs_bulk_out_desc,
151 struct usb_descriptor_header *fsg_ss_function[] = {
152 (struct usb_descriptor_header *) &fsg_intf_desc,
153 (struct usb_descriptor_header *) &fsg_ss_bulk_in_desc,
154 (struct usb_descriptor_header *) &fsg_ss_bulk_in_comp_desc,
155 (struct usb_descriptor_header *) &fsg_ss_bulk_out_desc,
156 (struct usb_descriptor_header *) &fsg_ss_bulk_out_comp_desc,