Lines Matching refs:usb_descriptor_header

1869 static struct usb_descriptor_header *uasp_fs_function_desc[] = {
1870 (struct usb_descriptor_header *) &bot_intf_desc,
1871 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1872 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1874 (struct usb_descriptor_header *) &uasp_intf_desc,
1875 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1876 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1877 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1878 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1879 (struct usb_descriptor_header *) &uasp_fs_status_desc,
1880 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1881 (struct usb_descriptor_header *) &uasp_fs_cmd_desc,
1882 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1886 static struct usb_descriptor_header *uasp_hs_function_desc[] = {
1887 (struct usb_descriptor_header *) &bot_intf_desc,
1888 (struct usb_descriptor_header *) &uasp_bi_desc,
1889 (struct usb_descriptor_header *) &uasp_bo_desc,
1891 (struct usb_descriptor_header *) &uasp_intf_desc,
1892 (struct usb_descriptor_header *) &uasp_bi_desc,
1893 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1894 (struct usb_descriptor_header *) &uasp_bo_desc,
1895 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1896 (struct usb_descriptor_header *) &uasp_status_desc,
1897 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1898 (struct usb_descriptor_header *) &uasp_cmd_desc,
1899 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1903 static struct usb_descriptor_header *uasp_ss_function_desc[] = {
1904 (struct usb_descriptor_header *) &bot_intf_desc,
1905 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1906 (struct usb_descriptor_header *) &bot_bi_ep_comp_desc,
1907 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1908 (struct usb_descriptor_header *) &bot_bo_ep_comp_desc,
1910 (struct usb_descriptor_header *) &uasp_intf_desc,
1911 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1912 (struct usb_descriptor_header *) &uasp_bi_ep_comp_desc,
1913 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1914 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1915 (struct usb_descriptor_header *) &uasp_bo_ep_comp_desc,
1916 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1917 (struct usb_descriptor_header *) &uasp_ss_status_desc,
1918 (struct usb_descriptor_header *) &uasp_status_in_ep_comp_desc,
1919 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1920 (struct usb_descriptor_header *) &uasp_ss_cmd_desc,
1921 (struct usb_descriptor_header *) &uasp_cmd_comp_desc,
1922 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,