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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvideodev.c20 if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) { \
21 printk (KERN_DEBUG "%s: ", vfd->name); \
23 printk (KERN_DEBUG "%s: " fmt, vfd->name, ## arg); \
27 if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \
28 printk (KERN_DEBUG "%s: " fmt, vfd->name, ## arg);
59 struct video_device *vfd = container_of(cd, struct video_device, local
61 return sprintf(buf,"%.*s\n",(int)sizeof(vfd->name),vfd->name);
68 struct video_device *vfd; local
70 vfd
74 video_device_release(struct video_device *vfd) argument
81 struct video_device *vfd = container_of(cd, struct video_device, local
333 dbgbuf(unsigned int cmd, struct video_device *vfd, struct v4l2_buffer *p) argument
357 dbgrect(struct video_device *vfd, char *s, struct v4l2_rect *r) argument
364 v4l_print_pix_fmt(struct video_device *vfd, struct v4l2_pix_format *fmt) argument
379 check_fmt(struct video_device *vfd, enum v4l2_buf_type type) argument
425 struct video_device *vfd = video_devdata(file); local
1676 video_register_device(struct video_device *vfd, int type, int nr) argument
1781 video_unregister_device(struct video_device *vfd) argument
[all...]
H A Darv.c712 void ar_release(struct video_device *vfd) argument
714 struct ar_device *ar = vfd->priv;
716 video_device_release(vfd);
H A Dvivi.c177 struct video_device vfd; member in struct:vivi_dev
1210 if (h->vfd.minor == minor) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dbriq_panel.c35 static unsigned char vfd[40]; variable
46 outb(vfd[i], BRIQ_PANEL_VFD_IOPORT + 1);
51 outb(vfd[i], BRIQ_PANEL_VFD_IOPORT + 1);
126 vfd[i] = vfd[i+20];
127 vfd[i+20] = ' ';
156 vfd[i] = ' ';
171 vfd[vfd_cursor++] = c;
232 vfd[i]=' ';
234 vfd[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dvlock.c25 static int vfd; variable
30 ioctl(vfd, VT_RELDISP, !o_lock_all);
35 ioctl(vfd, VT_RELDISP, VT_ACKACQ);
40 ioctl(vfd, VT_SETMODE, &ovtm);
63 vfd = xopen(CURRENT_TTY, O_RDWR);
65 xioctl(vfd, VT_GETMODE, &vtm);
97 ioctl(vfd, VT_SETMODE, &vtm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_fops.c522 struct video_device *vfd; local
526 // released by vfd->release
527 vfd = video_device_alloc();
528 if (vfd == NULL)
531 memcpy(vfd, &device_template, sizeof(struct video_device));
532 strlcpy(vfd->name, name, sizeof(vfd->name));
533 vfd->release = video_device_release;
534 vfd->priv = dev;
536 if (video_register_device(vfd, typ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dv4l2-dev.h106 void (*release)(struct video_device *vfd);
341 extern int video_register_device(struct video_device *vfd, int type, int nr);
349 void video_device_release(struct video_device *vfd);
363 video_device_create_file(struct video_device *vfd, argument
366 int ret = class_device_create_file(&vfd->class_dev, attr);
372 video_device_remove_file(struct video_device *vfd, argument
375 class_device_remove_file(&vfd->class_dev, attr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-core.c1059 struct video_device *vfd; local
1061 vfd = video_device_alloc();
1062 if (NULL == vfd)
1064 *vfd = *template;
1065 vfd->minor = -1;
1066 vfd->dev = &pci->dev;
1067 vfd->release = video_device_release;
1068 snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)",
1070 return vfd;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-core.c772 struct video_device *vfd; local
774 vfd = video_device_alloc();
775 if (NULL == vfd)
777 *vfd = *template;
778 vfd->minor = -1;
779 vfd->dev = &dev->pci->dev;
780 vfd->release = video_device_release;
781 snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)",
783 return vfd;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dtea575x-tuner.c171 static void snd_tea575x_release(struct video_device *vfd) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c951 struct v4l2_fmtdesc *vfd = arg; local
953 if(vfd->index>=USBVISION_SUPPORTED_PALETTES-1) {
956 vfd->flags = 0;
957 vfd->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
958 strcpy(vfd->description,usbvision_v4l2_format[vfd->index].desc);
959 vfd->pixelformat = usbvision_v4l2_format[vfd->index].format;
960 memset(vfd->reserved, 0, sizeof(vfd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c160 struct video_device *vfd = to_video_device(cd); local
161 struct bttv *btv = dev_get_drvdata(vfd->dev);
4528 struct video_device *vfd; local
4530 vfd = video_device_alloc();
4531 if (NULL == vfd)
4533 *vfd = *template;
4534 vfd->minor = -1;
4535 vfd->dev = &btv->c.pci->dev;
4536 vfd->release = video_device_release;
4537 snprintf(vfd
[all...]

Completed in 111 milliseconds