Searched refs:UVC_MAX_PACKETS (Results 1 – 2 of 2) sorted by relevance
132 #define UVC_MAX_PACKETS 32 macro
1399 if (npackets > UVC_MAX_PACKETS) in uvc_alloc_urb_buffers()1400 npackets = UVC_MAX_PACKETS; in uvc_alloc_urb_buffers()