• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/

Lines Matching defs:vfd

36 		    if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) {		\
37 printk(KERN_DEBUG "%s: ", vfd->name); \
45 if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \
46 printk(KERN_DEBUG "%s: " fmt, vfd->name, ## arg);\
51 if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \
52 printk(KERN_CONT "%s: " fmt, vfd->name, ## arg);\
472 static void dbgbuf(unsigned int cmd, struct video_device *vfd,
496 static inline void dbgrect(struct video_device *vfd, char *s,
503 static inline void v4l_print_pix_fmt(struct video_device *vfd,
518 struct video_device *vfd, struct v4l2_ext_controls *c, int show_vals)
522 if (!(vfd->debug & V4L2_DEBUG_IOCTL_ARG))
612 struct video_device *vfd = video_devdata(file);
613 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops;
619 vfd->name);
637 if ((vfd->debug & V4L2_DEBUG_IOCTL) &&
638 !(vfd->debug & V4L2_DEBUG_IOCTL_ARG)) {
639 v4l_print_ioctl(vfd->name, cmd);
759 v4l_print_pix_fmt(vfd, &f->fmt.pix);
770 v4l_print_pix_fmt(vfd, &f->fmt.pix);
813 v4l_print_pix_fmt(vfd, &f->fmt.pix);
825 v4l_print_pix_fmt(vfd, &f->fmt.pix);
878 v4l_print_pix_fmt(vfd, &f->fmt.pix);
891 v4l_print_pix_fmt(vfd, &f->fmt.pix);
963 dbgbuf(cmd, vfd, p);
978 dbgbuf(cmd, vfd, p);
993 dbgbuf(cmd, vfd, p);
1017 v4l_print_pix_fmt(vfd, &p->fmt);
1029 v4l_print_pix_fmt(vfd, &p->fmt);
1057 v4l2_std_id id = vfd->tvnorms, curr_id = 0;
1100 else if (vfd->current_norm)
1101 *id = vfd->current_norm;
1115 norm = (*id) & vfd->tvnorms;
1116 if (vfd->tvnorms && !norm) /* Check if std is supported */
1127 vfd->current_norm = norm;
1253 if (vfd->ctrl_handler)
1254 ret = v4l2_queryctrl(vfd->ctrl_handler, p);
1273 if (vfd->ctrl_handler)
1274 ret = v4l2_g_ctrl(vfd->ctrl_handler, p);
1305 if (!vfd->ctrl_handler &&
1311 if (vfd->ctrl_handler) {
1312 ret = v4l2_s_ctrl(vfd->ctrl_handler, p);
1336 if (vfd->ctrl_handler)
1337 ret = v4l2_g_ext_ctrls(vfd->ctrl_handler, p);
1342 v4l_print_ext_ctrls(cmd, vfd, p, !ret);
1350 if (!vfd->ctrl_handler && !ops->vidioc_s_ext_ctrls)
1352 v4l_print_ext_ctrls(cmd, vfd, p, 1);
1353 if (vfd->ctrl_handler)
1354 ret = v4l2_s_ext_ctrls(vfd->ctrl_handler, p);
1364 if (!vfd->ctrl_handler && !ops->vidioc_try_ext_ctrls)
1366 v4l_print_ext_ctrls(cmd, vfd, p, 1);
1367 if (vfd->ctrl_handler)
1368 ret = v4l2_try_ext_ctrls(vfd->ctrl_handler, p);
1377 if (vfd->ctrl_handler)
1378 ret = v4l2_querymenu(vfd->ctrl_handler, p);
1515 dbgrect(vfd, "", &p->c);
1525 dbgrect(vfd, "", &p->c);
1539 dbgrect(vfd, "bounds ", &p->bounds);
1540 dbgrect(vfd, "defrect ", &p->defrect);
1617 v4l2_std_id std = vfd->current_norm;
2023 if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) {
2025 v4l_print_ioctl(vfd->name, cmd);