Searched refs:uvc_ss_streaming_ep (Results 1 – 1 of 1) sorted by relevance
161 static struct usb_endpoint_descriptor uvc_ss_streaming_ep = { variable195 (struct usb_descriptor_header *) &uvc_ss_streaming_ep,645 uvc_ss_streaming_ep.wMaxPacketSize = cpu_to_le16(max_packet_size); in uvc_function_bind()646 uvc_ss_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind()662 ep = usb_ep_autoconfig_ss(cdev->gadget, &uvc_ss_streaming_ep, in uvc_function_bind()677 uvc_ss_streaming_ep.bEndpointAddress = uvc->video.ep->address; in uvc_function_bind()
Completed in 3 milliseconds