Home
last modified time | relevance | path

Searched refs:ISO_FRAMES_PER_DESC (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-webcam.h30 #define ISO_FRAMES_PER_DESC 16 macro
32 #define ISO_BUFFER_SIZE (ISO_FRAMES_PER_DESC * ISO_MAX_FRAME_SIZE)
Dstk-webcam.c454 urb = usb_alloc_urb(ISO_FRAMES_PER_DESC, GFP_KERNEL); in stk_prepare_iso()
472 urb->number_of_packets = ISO_FRAMES_PER_DESC; in stk_prepare_iso()
474 for (j = 0; j < ISO_FRAMES_PER_DESC; j++) { in stk_prepare_iso()
/Linux-v4.19/drivers/media/usb/pwc/
Dpwc.h121 #define ISO_FRAMES_PER_DESC 10 macro
123 #define ISO_BUFFER_SIZE (ISO_FRAMES_PER_DESC * ISO_MAX_FRAME_SIZE)
Dpwc-if.c412 urb = usb_alloc_urb(ISO_FRAMES_PER_DESC, GFP_KERNEL); in pwc_isoc_init()
437 urb->number_of_packets = ISO_FRAMES_PER_DESC; in pwc_isoc_init()
438 for (j = 0; j < ISO_FRAMES_PER_DESC; j++) { in pwc_isoc_init()
/Linux-v4.19/drivers/media/usb/msi2500/
Dmsi2500.c51 #define ISO_FRAMES_PER_DESC (8) macro
53 #define ISO_BUFFER_SIZE (ISO_FRAMES_PER_DESC * ISO_MAX_FRAME_SIZE)
510 urb = usb_alloc_urb(ISO_FRAMES_PER_DESC, GFP_KERNEL); in msi2500_isoc_init()
535 urb->number_of_packets = ISO_FRAMES_PER_DESC; in msi2500_isoc_init()
536 for (j = 0; j < ISO_FRAMES_PER_DESC; j++) { in msi2500_isoc_init()