Lines Matching refs:descriptors
257 struct usb_descriptor *descriptors;
290 descriptors = (struct usb_descriptor *)req->buf;
295 i += descriptors->bLength;
296 if (descriptors->bDescriptorType != UDESC_ENDPOINT_SS_COMP)
299 descriptors, descriptors->bLength);
305 new_config_len += descriptors->bLength;
307 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength);
339 struct usb_descriptor *descriptors;
351 descriptors = (struct usb_descriptor *)req->buf;
355 i += descriptors->bLength;
356 if (descriptors->bDescriptorType != UDESC_ENDPOINT)
358 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength);
362 ep_des = (struct usb_endpoint_descriptor *)descriptors;
364 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength);