Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_uvc.c139 static struct usb_endpoint_descriptor uvc_fs_streaming_ep = { variable
183 (struct usb_descriptor_header *) &uvc_fs_streaming_ep,
631 uvc_fs_streaming_ep.wMaxPacketSize = in uvc_function_bind()
633 uvc_fs_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind()
666 ep = usb_ep_autoconfig(cdev->gadget, &uvc_fs_streaming_ep); in uvc_function_bind()
674 uvc_fs_streaming_ep.bEndpointAddress = uvc->video.ep->address; in uvc_function_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uvc.c135 static struct usb_endpoint_descriptor uvc_fs_streaming_ep = { variable
183 (struct usb_descriptor_header *) &uvc_fs_streaming_ep,
689 uvc_fs_streaming_ep.wMaxPacketSize = in uvc_function_bind()
691 uvc_fs_streaming_ep.bInterval = opts->streaming_interval; in uvc_function_bind()
736 ep = usb_ep_autoconfig(cdev->gadget, &uvc_fs_streaming_ep); in uvc_function_bind()
744 uvc_fs_streaming_ep.bEndpointAddress = uvc->video.ep->address; in uvc_function_bind()

Completed in 3 milliseconds