• 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 refs:fh

390 static int vidioc_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *qc)
392 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
402 return dev->ext_vv_data->core_ops->vidioc_queryctrl(file, fh, qc);
405 static int vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *vc)
407 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
417 return dev->ext_vv_data->core_ops->vidioc_g_ctrl(file, fh, vc);
429 static int vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *vc)
431 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
441 return dev->ext_vv_data->core_ops->vidioc_s_ctrl(file, fh, vc);
453 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *i)
462 static int vidioc_g_input(struct file *file, void *fh, unsigned int *i)
464 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
472 static int vidioc_s_input(struct file *file, void *fh, unsigned int input)
474 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
531 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t)
533 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
552 static int vidioc_s_tuner(struct file *file, void *fh, struct v4l2_tuner *t)
554 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
566 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f)
568 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
583 static int vidioc_s_frequency(struct file *file, void *fh, struct v4l2_frequency *f)
585 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
614 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a)
616 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
629 static int vidioc_s_audio(struct file *file, void *fh, struct v4l2_audio *a)
636 static int vidioc_g_register(struct file *file, void *fh, struct v4l2_dbg_register *reg)
638 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
643 static int vidioc_s_register(struct file *file, void *fh, struct v4l2_dbg_register *reg)
645 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;
651 static long vidioc_default(struct file *file, void *fh, int cmd, void *arg)
653 struct saa7146_dev *dev = ((struct saa7146_fh *)fh)->dev;