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

/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h53 #define UVC_MAX_PACKETS 32 macro
424 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)
1724 npackets = UVC_MAX_PACKETS;

Completed in 297 milliseconds