Searched refs:usbvideo_NewFrame (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c55 static int usbvideo_NewFrame(struct uvd *uvd, int framenum);
1406 return usbvideo_NewFrame(uvd, vm->frame);
1558 usbvideo_NewFrame(uvd, frmx);
1627 if (usbvideo_NewFrame(uvd, (frmx + 1) % USBVIDEO_NUMFRAMES)) {
1628 err("%s: usbvideo_NewFrame failed.", __FUNCTION__);
1822 * usbvideo_NewFrame()
1828 static int usbvideo_NewFrame(struct uvd *uvd, int framenum) function
1834 info("usbvideo_NewFrame($%p,%d.)", uvd, framenum);
1998 int ret = usbvideo_NewFrame(uvd, frameNum);
2000 err("%s: usbvideo_NewFrame() faile
[all...]

Completed in 88 milliseconds