Searched refs:frame_new (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/ieee1394/
H A Ddv1394-private.h380 static struct frame* frame_new(unsigned int frame_num, struct video_card *video);
H A Ddv1394.c155 static struct frame* frame_new(unsigned int frame_num, struct video_card *video) function
171 debug_printk("dv1394: frame_new: allocated CIP header pool at virt 0x%08lx (contig) dma 0x%08lx size %ld\n",
187 debug_printk("dv1394: frame_new: allocated DMA program memory at virt 0x%08lx (contig) dma 0x%08lx size %ld\n",
972 video->frames[i] = frame_new(i, video);

Completed in 58 milliseconds