Home
last modified time | relevance | path

Searched refs:uvc_hs_streaming_ep (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/gadget/function/
A Df_uvc.c147 static struct usb_endpoint_descriptor uvc_hs_streaming_ep = { variable
189 (struct usb_descriptor_header *) &uvc_hs_streaming_ep,
695 uvc_hs_streaming_ep.wMaxPacketSize = in uvc_function_bind()
700 uvc_hs_streaming_ep.bInterval = 1; in uvc_function_bind()
702 uvc_hs_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind()
736 ep = usb_ep_autoconfig(cdev->gadget, &uvc_hs_streaming_ep); in uvc_function_bind()
747 uvc_hs_streaming_ep.bEndpointAddress = uvc->video.ep->address; in uvc_function_bind()

Completed in 9 milliseconds