USBTV_ISOC_PACKETS  501 drivers/media/usb/usbtv/usbtv-video.c 	ip = usb_alloc_urb(USBTV_ISOC_PACKETS, GFP_KERNEL);
USBTV_ISOC_PACKETS  510 drivers/media/usb/usbtv/usbtv-video.c 	ip->transfer_buffer = kcalloc(USBTV_ISOC_PACKETS, size,
USBTV_ISOC_PACKETS  517 drivers/media/usb/usbtv/usbtv-video.c 	ip->number_of_packets = USBTV_ISOC_PACKETS;
USBTV_ISOC_PACKETS  518 drivers/media/usb/usbtv/usbtv-video.c 	ip->transfer_buffer_length = size * USBTV_ISOC_PACKETS;
USBTV_ISOC_PACKETS  519 drivers/media/usb/usbtv/usbtv-video.c 	for (i = 0; i < USBTV_ISOC_PACKETS; i++) {