Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_uvc.c138 static struct usb_endpoint_descriptor uvc_fs_streaming_ep = { variable
186 (struct usb_descriptor_header *) &uvc_fs_streaming_ep,
637 uvc_fs_streaming_ep.wMaxPacketSize = in uvc_function_bind()
639 uvc_fs_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind()
672 ep = usb_ep_autoconfig(cdev->gadget, &uvc_fs_streaming_ep); in uvc_function_bind()
680 uvc_fs_streaming_ep.bEndpointAddress = uvc->video.ep->address; in uvc_function_bind()