Searched refs:uvc_fs_streaming_ep (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
H A Df_uvc.c140 static struct usb_endpoint_descriptor uvc_fs_streaming_ep = { variable in typeref:struct:usb_endpoint_descriptor
184 (struct usb_descriptor_header *) &uvc_fs_streaming_ep,
631 uvc_fs_streaming_ep.wMaxPacketSize = uvc_function_bind()
633 uvc_fs_streaming_ep.bInterval = opts->streaming_interval; uvc_function_bind()
662 ep = usb_ep_autoconfig(cdev->gadget, &uvc_fs_streaming_ep); uvc_function_bind()
671 uvc_fs_streaming_ep.bEndpointAddress = uvc->video.ep->address; uvc_function_bind()

Completed in 33 milliseconds