Lines Matching refs:usb_descriptor_header

1920 static struct usb_descriptor_header *uasp_fs_function_desc[] = {
1921 (struct usb_descriptor_header *) &bot_intf_desc,
1922 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1923 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1925 (struct usb_descriptor_header *) &uasp_intf_desc,
1926 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1927 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1928 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1929 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1930 (struct usb_descriptor_header *) &uasp_fs_status_desc,
1931 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1932 (struct usb_descriptor_header *) &uasp_fs_cmd_desc,
1933 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1937 static struct usb_descriptor_header *uasp_hs_function_desc[] = {
1938 (struct usb_descriptor_header *) &bot_intf_desc,
1939 (struct usb_descriptor_header *) &uasp_bi_desc,
1940 (struct usb_descriptor_header *) &uasp_bo_desc,
1942 (struct usb_descriptor_header *) &uasp_intf_desc,
1943 (struct usb_descriptor_header *) &uasp_bi_desc,
1944 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1945 (struct usb_descriptor_header *) &uasp_bo_desc,
1946 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1947 (struct usb_descriptor_header *) &uasp_status_desc,
1948 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1949 (struct usb_descriptor_header *) &uasp_cmd_desc,
1950 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1954 static struct usb_descriptor_header *uasp_ss_function_desc[] = {
1955 (struct usb_descriptor_header *) &bot_intf_desc,
1956 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1957 (struct usb_descriptor_header *) &bot_bi_ep_comp_desc,
1958 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1959 (struct usb_descriptor_header *) &bot_bo_ep_comp_desc,
1961 (struct usb_descriptor_header *) &uasp_intf_desc,
1962 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1963 (struct usb_descriptor_header *) &uasp_bi_ep_comp_desc,
1964 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1965 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1966 (struct usb_descriptor_header *) &uasp_bo_ep_comp_desc,
1967 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1968 (struct usb_descriptor_header *) &uasp_ss_status_desc,
1969 (struct usb_descriptor_header *) &uasp_status_in_ep_comp_desc,
1970 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1971 (struct usb_descriptor_header *) &uasp_ss_cmd_desc,
1972 (struct usb_descriptor_header *) &uasp_cmd_comp_desc,
1973 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,