Lines Matching refs:usb_descriptor_header

1929 static struct usb_descriptor_header *uasp_fs_function_desc[] = {
1930 (struct usb_descriptor_header *) &bot_intf_desc,
1931 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1932 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1934 (struct usb_descriptor_header *) &uasp_intf_desc,
1935 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
1936 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1937 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
1938 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1939 (struct usb_descriptor_header *) &uasp_fs_status_desc,
1940 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1941 (struct usb_descriptor_header *) &uasp_fs_cmd_desc,
1942 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1946 static struct usb_descriptor_header *uasp_hs_function_desc[] = {
1947 (struct usb_descriptor_header *) &bot_intf_desc,
1948 (struct usb_descriptor_header *) &uasp_bi_desc,
1949 (struct usb_descriptor_header *) &uasp_bo_desc,
1951 (struct usb_descriptor_header *) &uasp_intf_desc,
1952 (struct usb_descriptor_header *) &uasp_bi_desc,
1953 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1954 (struct usb_descriptor_header *) &uasp_bo_desc,
1955 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1956 (struct usb_descriptor_header *) &uasp_status_desc,
1957 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1958 (struct usb_descriptor_header *) &uasp_cmd_desc,
1959 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
1963 static struct usb_descriptor_header *uasp_ss_function_desc[] = {
1964 (struct usb_descriptor_header *) &bot_intf_desc,
1965 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1966 (struct usb_descriptor_header *) &bot_bi_ep_comp_desc,
1967 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1968 (struct usb_descriptor_header *) &bot_bo_ep_comp_desc,
1970 (struct usb_descriptor_header *) &uasp_intf_desc,
1971 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
1972 (struct usb_descriptor_header *) &uasp_bi_ep_comp_desc,
1973 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
1974 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
1975 (struct usb_descriptor_header *) &uasp_bo_ep_comp_desc,
1976 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
1977 (struct usb_descriptor_header *) &uasp_ss_status_desc,
1978 (struct usb_descriptor_header *) &uasp_status_in_ep_comp_desc,
1979 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
1980 (struct usb_descriptor_header *) &uasp_ss_cmd_desc,
1981 (struct usb_descriptor_header *) &uasp_cmd_comp_desc,
1982 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,