Lines Matching refs:usb_descriptor_header
44 static struct usb_descriptor_header *rkusb_fs_function[] = {
45 (struct usb_descriptor_header *)&rkusb_intf_desc,
46 (struct usb_descriptor_header *)&fsg_fs_bulk_in_desc,
47 (struct usb_descriptor_header *)&fsg_fs_bulk_out_desc,
51 static struct usb_descriptor_header *rkusb_hs_function[] = {
52 (struct usb_descriptor_header *)&rkusb_intf_desc,
53 (struct usb_descriptor_header *)&fsg_hs_bulk_in_desc,
54 (struct usb_descriptor_header *)&fsg_hs_bulk_out_desc,
58 static struct usb_descriptor_header *rkusb_ss_function[] = {
59 (struct usb_descriptor_header *)&rkusb_intf_desc,
60 (struct usb_descriptor_header *)&fsg_ss_bulk_in_desc,
61 (struct usb_descriptor_header *)&fsg_ss_bulk_in_comp_desc,
62 (struct usb_descriptor_header *)&fsg_ss_bulk_out_desc,
63 (struct usb_descriptor_header *)&fsg_ss_bulk_out_comp_desc,