Lines Matching refs:usb_descriptor_header
1914 static struct usb_descriptor_header *uasp_fs_function_desc[] = {
1915 (struct usb_descriptor_header *) &bot_intf_desc,
1916 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1917 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1919 (struct usb_descriptor_header *) &uasp_intf_desc,
1920 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1921 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1922 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1923 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1924 (struct usb_descriptor_header *) &uasp_fs_status_desc,
1925 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1926 (struct usb_descriptor_header *) &uasp_fs_cmd_desc,
1927 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1931 static struct usb_descriptor_header *uasp_hs_function_desc[] = {
1932 (struct usb_descriptor_header *) &bot_intf_desc,
1933 (struct usb_descriptor_header *) &uasp_bi_desc,
1934 (struct usb_descriptor_header *) &uasp_bo_desc,
1936 (struct usb_descriptor_header *) &uasp_intf_desc,
1937 (struct usb_descriptor_header *) &uasp_bi_desc,
1938 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1939 (struct usb_descriptor_header *) &uasp_bo_desc,
1940 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1941 (struct usb_descriptor_header *) &uasp_status_desc,
1942 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1943 (struct usb_descriptor_header *) &uasp_cmd_desc,
1944 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1948 static struct usb_descriptor_header *uasp_ss_function_desc[] = {
1949 (struct usb_descriptor_header *) &bot_intf_desc,
1950 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1951 (struct usb_descriptor_header *) &bot_bi_ep_comp_desc,
1952 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1953 (struct usb_descriptor_header *) &bot_bo_ep_comp_desc,
1955 (struct usb_descriptor_header *) &uasp_intf_desc,
1956 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1957 (struct usb_descriptor_header *) &uasp_bi_ep_comp_desc,
1958 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1959 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1960 (struct usb_descriptor_header *) &uasp_bo_ep_comp_desc,
1961 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1962 (struct usb_descriptor_header *) &uasp_ss_status_desc,
1963 (struct usb_descriptor_header *) &uasp_status_in_ep_comp_desc,
1964 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1965 (struct usb_descriptor_header *) &uasp_ss_cmd_desc,
1966 (struct usb_descriptor_header *) &uasp_cmd_comp_desc,
1967 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,