Lines Matching refs:usb_descriptor_header
69 static struct usb_descriptor_header *gser_fs_function[] = {
70 (struct usb_descriptor_header *) &gser_interface_desc,
71 (struct usb_descriptor_header *) &gser_fs_in_desc,
72 (struct usb_descriptor_header *) &gser_fs_out_desc,
92 static struct usb_descriptor_header *gser_hs_function[] = {
93 (struct usb_descriptor_header *) &gser_interface_desc,
94 (struct usb_descriptor_header *) &gser_hs_in_desc,
95 (struct usb_descriptor_header *) &gser_hs_out_desc,
118 static struct usb_descriptor_header *gser_ss_function[] = {
119 (struct usb_descriptor_header *) &gser_interface_desc,
120 (struct usb_descriptor_header *) &gser_ss_in_desc,
121 (struct usb_descriptor_header *) &gser_ss_bulk_comp_desc,
122 (struct usb_descriptor_header *) &gser_ss_out_desc,
123 (struct usb_descriptor_header *) &gser_ss_bulk_comp_desc,