Lines Matching refs:usb_descriptor_header
73 static struct usb_descriptor_header *gser_fs_function[] = {
74 (struct usb_descriptor_header *) &gser_interface_desc,
75 (struct usb_descriptor_header *) &gser_fs_in_desc,
76 (struct usb_descriptor_header *) &gser_fs_out_desc,
96 static struct usb_descriptor_header *gser_hs_function[] = {
97 (struct usb_descriptor_header *) &gser_interface_desc,
98 (struct usb_descriptor_header *) &gser_hs_in_desc,
99 (struct usb_descriptor_header *) &gser_hs_out_desc,
122 static struct usb_descriptor_header *gser_ss_function[] = {
123 (struct usb_descriptor_header *) &gser_interface_desc,
124 (struct usb_descriptor_header *) &gser_ss_in_desc,
125 (struct usb_descriptor_header *) &gser_ss_bulk_comp_desc,
126 (struct usb_descriptor_header *) &gser_ss_out_desc,
127 (struct usb_descriptor_header *) &gser_ss_bulk_comp_desc,