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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c665 struct usbvideo *cams; local
681 cams = kzalloc(base_size, GFP_KERNEL);
682 if (cams == NULL) {
687 __FUNCTION__, cams, base_size, num_cams);
690 memmove(&cams->cb, cbTbl, sizeof(cams->cb));
691 if (cams->cb.getFrame == NULL)
692 cams->cb.getFrame = usbvideo_GetFrame;
693 if (cams->cb.disconnect == NULL)
694 cams
767 struct usbvideo *cams; local
910 usbvideo_find_struct(struct usbvideo *cams) argument
951 usbvideo_AllocateDevice(struct usbvideo *cams) argument
[all...]
H A Dkonicawc.c54 static struct usbvideo *cams; variable in typeref:struct:usbvideo
853 uvd = usbvideo_AllocateDevice(cams);
942 &cams,
954 usbvideo_Deregister(&cams);
H A Dquickcam_messenger.c77 static struct usbvideo *cams; variable in typeref:struct:usbvideo
935 /* we don't support multiconfig cams */
1007 uvd = usbvideo_AllocateDevice(cams);
1088 &cams,
1099 usbvideo_Deregister(&cams);
H A Dultracam.c29 static struct usbvideo *cams = NULL; variable in typeref:struct:usbvideo
597 uvd = usbvideo_AllocateDevice(cams);
658 &cams,
669 usbvideo_Deregister(&cams);
H A Dusbvideo.h336 struct uvd *usbvideo_AllocateDevice(struct usbvideo *cams);
H A Dibmcam.c76 static struct usbvideo *cams; variable in typeref:struct:usbvideo
3789 uvd = usbvideo_AllocateDevice(cams);
3855 &cams,
3866 usbvideo_Deregister(&cams);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dibmlana.c294 static void putcam(camentry_t * cams, int *camcnt, char *addr) argument
296 camentry_t *pcam = cams + (*camcnt);
310 camentry_t cams[16]; local
342 putcam(cams, &camcnt, dev->dev_addr);
348 putcam(cams, &camcnt, mcptr->dmi_addr);
359 memcpy_toio(priv->base, cams, sizeof(camentry_t) * camcnt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c92 static int cams = 1; variable
132 module_param(cams, int, 0);
133 MODULE_PARM_DESC(cams, "Number of simultaneous cameras");
3484 if (cams == 1)
3486 else if (cams == 2)
3488 else if (cams == 3 || cams == 4)
3491 err("\"cams\" parameter too high!");
3495 if (cams == 1)
3497 else if (cams
[all...]

Completed in 229 milliseconds