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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_video.c765 * Limit the buffer size to UVC_MAX_PACKETS bulk/isochronous packets. If the
785 if (npackets > UVC_MAX_PACKETS)
786 npackets = UVC_MAX_PACKETS;
H A Duvcvideo.h167 #define UVC_MAX_PACKETS 32 macro

Completed in 107 milliseconds