Lines Matching refs:usb_descriptor_header

2198 static struct usb_descriptor_header *uasp_fs_function_desc[] = {
2199 (struct usb_descriptor_header *) &bot_intf_desc,
2200 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
2201 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
2203 (struct usb_descriptor_header *) &uasp_intf_desc,
2204 (struct usb_descriptor_header *) &uasp_fs_bi_desc,
2205 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
2206 (struct usb_descriptor_header *) &uasp_fs_bo_desc,
2207 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
2208 (struct usb_descriptor_header *) &uasp_fs_status_desc,
2209 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
2210 (struct usb_descriptor_header *) &uasp_fs_cmd_desc,
2211 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
2215 static struct usb_descriptor_header *uasp_hs_function_desc[] = {
2216 (struct usb_descriptor_header *) &bot_intf_desc,
2217 (struct usb_descriptor_header *) &uasp_bi_desc,
2218 (struct usb_descriptor_header *) &uasp_bo_desc,
2220 (struct usb_descriptor_header *) &uasp_intf_desc,
2221 (struct usb_descriptor_header *) &uasp_bi_desc,
2222 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
2223 (struct usb_descriptor_header *) &uasp_bo_desc,
2224 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
2225 (struct usb_descriptor_header *) &uasp_status_desc,
2226 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
2227 (struct usb_descriptor_header *) &uasp_cmd_desc,
2228 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,
2232 static struct usb_descriptor_header *uasp_ss_function_desc[] = {
2233 (struct usb_descriptor_header *) &bot_intf_desc,
2234 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
2235 (struct usb_descriptor_header *) &bot_bi_ep_comp_desc,
2236 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
2237 (struct usb_descriptor_header *) &bot_bo_ep_comp_desc,
2239 (struct usb_descriptor_header *) &uasp_intf_desc,
2240 (struct usb_descriptor_header *) &uasp_ss_bi_desc,
2241 (struct usb_descriptor_header *) &uasp_bi_ep_comp_desc,
2242 (struct usb_descriptor_header *) &uasp_bi_pipe_desc,
2243 (struct usb_descriptor_header *) &uasp_ss_bo_desc,
2244 (struct usb_descriptor_header *) &uasp_bo_ep_comp_desc,
2245 (struct usb_descriptor_header *) &uasp_bo_pipe_desc,
2246 (struct usb_descriptor_header *) &uasp_ss_status_desc,
2247 (struct usb_descriptor_header *) &uasp_status_in_ep_comp_desc,
2248 (struct usb_descriptor_header *) &uasp_status_pipe_desc,
2249 (struct usb_descriptor_header *) &uasp_ss_cmd_desc,
2250 (struct usb_descriptor_header *) &uasp_cmd_comp_desc,
2251 (struct usb_descriptor_header *) &uasp_cmd_pipe_desc,