Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvcvideo.h53 #define UVC_MAX_PACKETS 32 macro
422 struct uvc_copy_op copy_operations[UVC_MAX_PACKETS];
H A Duvc_video.c1702 * Limit the buffer size to UVC_MAX_PACKETS bulk/isochronous packets. If the
1723 if (npackets > UVC_MAX_PACKETS) in uvc_alloc_urb_buffers()
1724 npackets = UVC_MAX_PACKETS; in uvc_alloc_urb_buffers()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvcvideo.h182 #define UVC_MAX_PACKETS 32 macro
538 struct uvc_copy_op copy_operations[UVC_MAX_PACKETS];
H A Duvc_video.c1619 * Limit the buffer size to UVC_MAX_PACKETS bulk/isochronous packets. If the
1639 if (npackets > UVC_MAX_PACKETS) in uvc_alloc_urb_buffers()
1640 npackets = UVC_MAX_PACKETS; in uvc_alloc_urb_buffers()

Completed in 9 milliseconds