Searched refs:ISO_FRAMES_PER_DESC (Results 1 – 5 of 5) sorted by relevance
21 #define ISO_FRAMES_PER_DESC 16 macro23 #define ISO_BUFFER_SIZE (ISO_FRAMES_PER_DESC * ISO_MAX_FRAME_SIZE)
456 urb = usb_alloc_urb(ISO_FRAMES_PER_DESC, GFP_KERNEL); in stk_prepare_iso()474 urb->number_of_packets = ISO_FRAMES_PER_DESC; in stk_prepare_iso()476 for (j = 0; j < ISO_FRAMES_PER_DESC; j++) { in stk_prepare_iso()
109 #define ISO_FRAMES_PER_DESC 10 macro111 #define ISO_BUFFER_SIZE (ISO_FRAMES_PER_DESC * ISO_MAX_FRAME_SIZE)
455 urb = usb_alloc_urb(ISO_FRAMES_PER_DESC, GFP_KERNEL); in pwc_isoc_init()479 urb->number_of_packets = ISO_FRAMES_PER_DESC; in pwc_isoc_init()480 for (j = 0; j < ISO_FRAMES_PER_DESC; j++) { in pwc_isoc_init()
42 #define ISO_FRAMES_PER_DESC (8) macro44 #define ISO_BUFFER_SIZE (ISO_FRAMES_PER_DESC * ISO_MAX_FRAME_SIZE)494 urb = usb_alloc_urb(ISO_FRAMES_PER_DESC, GFP_KERNEL); in msi2500_isoc_init()519 urb->number_of_packets = ISO_FRAMES_PER_DESC; in msi2500_isoc_init()520 for (j = 0; j < ISO_FRAMES_PER_DESC; j++) { in msi2500_isoc_init()
Completed in 15 milliseconds