• 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/tlg2300/

Lines Matching refs:fh

142 static int vidioc_querycap(struct file *file, void *fh,
145 struct front_face *front = fh;
704 static int vidioc_enum_fmt(struct file *file, void *fh,
716 static int vidioc_g_fmt(struct file *file, void *fh, struct v4l2_format *f)
718 struct front_face *front = fh;
726 static int vidioc_try_fmt(struct file *file, void *fh,
787 static int vidioc_s_fmt(struct file *file, void *fh, struct v4l2_format *f)
789 struct front_face *front = fh;
810 static int vidioc_g_fmt_vbi(struct file *file, void *fh,
813 struct front_face *front = fh;
882 static int vidioc_s_std(struct file *file, void *fh, v4l2_std_id *norm)
884 struct front_face *front = fh;
889 static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *in)
891 struct front_face *front = fh;
910 static int vidioc_g_input(struct file *file, void *fh, unsigned int *i)
912 struct front_face *front = fh;
922 static int vidioc_s_input(struct file *file, void *fh, unsigned int i)
924 struct front_face *front = fh;
950 static int vidioc_queryctrl(struct file *file, void *fh,
963 static int vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *ctrl)
965 struct front_face *front = fh;
987 static int vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *a)
991 struct front_face *front = fh;
1014 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a)
1025 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a)
1034 static int vidioc_s_audio(struct file *file, void *fh, struct v4l2_audio *a)
1040 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *tuner)
1042 struct front_face *front = fh;
1104 static int vidioc_s_tuner(struct file *file, void *fh, struct v4l2_tuner *a)
1106 struct front_face *front = fh;
1119 static int vidioc_g_frequency(struct file *file, void *fh,
1122 struct front_face *front = fh;
1152 static int vidioc_s_frequency(struct file *file, void *fh,
1155 struct front_face *front = fh;
1166 static int vidioc_reqbufs(struct file *file, void *fh,
1174 static int vidioc_querybuf(struct file *file, void *fh, struct v4l2_buffer *b)
1181 static int vidioc_qbuf(struct file *file, void *fh, struct v4l2_buffer *b)
1187 static int vidioc_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b)
1261 static int vidioc_streamon(struct file *file, void *fh,
1264 struct front_face *front = fh;
1272 static int vidioc_streamoff(struct file *file, void *fh,