Lines Matching refs:usb_descriptor_header

1897 static struct usb_descriptor_header *uasp_fs_function_desc[] = {
1898 (struct usb_descriptor_header *) &bot_intf_desc,
1899 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1900 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1902 (struct usb_descriptor_header *) &uasp_intf_desc,
1903 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1904 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1905 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1906 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1907 (struct usb_descriptor_header *) &uasp_fs_status_desc,
1908 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1909 (struct usb_descriptor_header *) &uasp_fs_cmd_desc,
1910 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1914 static struct usb_descriptor_header *uasp_hs_function_desc[] = {
1915 (struct usb_descriptor_header *) &bot_intf_desc,
1916 (struct usb_descriptor_header *) &uasp_bi_desc,
1917 (struct usb_descriptor_header *) &uasp_bo_desc,
1919 (struct usb_descriptor_header *) &uasp_intf_desc,
1920 (struct usb_descriptor_header *) &uasp_bi_desc,
1921 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1922 (struct usb_descriptor_header *) &uasp_bo_desc,
1923 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1924 (struct usb_descriptor_header *) &uasp_status_desc,
1925 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1926 (struct usb_descriptor_header *) &uasp_cmd_desc,
1927 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1931 static struct usb_descriptor_header *uasp_ss_function_desc[] = {
1932 (struct usb_descriptor_header *) &bot_intf_desc,
1933 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1934 (struct usb_descriptor_header *) &bot_bi_ep_comp_desc,
1935 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1936 (struct usb_descriptor_header *) &bot_bo_ep_comp_desc,
1938 (struct usb_descriptor_header *) &uasp_intf_desc,
1939 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1940 (struct usb_descriptor_header *) &uasp_bi_ep_comp_desc,
1941 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1942 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1943 (struct usb_descriptor_header *) &uasp_bo_ep_comp_desc,
1944 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1945 (struct usb_descriptor_header *) &uasp_ss_status_desc,
1946 (struct usb_descriptor_header *) &uasp_status_in_ep_comp_desc,
1947 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1948 (struct usb_descriptor_header *) &uasp_ss_cmd_desc,
1949 (struct usb_descriptor_header *) &uasp_cmd_comp_desc,
1950 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,