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

Lines Matching refs:fh

1353 static int vidioc_querycap(struct file *file, void *fh,
1356 struct omap_vout_device *vout = fh;
1366 static int vidioc_enum_fmt_vid_out(struct file *file, void *fh,
1385 static int vidioc_g_fmt_vid_out(struct file *file, void *fh,
1388 struct omap_vout_device *vout = fh;
1395 static int vidioc_try_fmt_vid_out(struct file *file, void *fh,
1401 struct omap_vout_device *vout = fh;
1418 static int vidioc_s_fmt_vid_out(struct file *file, void *fh,
1425 struct omap_vout_device *vout = fh;
1492 static int vidioc_try_fmt_vid_overlay(struct file *file, void *fh,
1496 struct omap_vout_device *vout = fh;
1511 static int vidioc_s_fmt_vid_overlay(struct file *file, void *fh,
1517 struct omap_vout_device *vout = fh;
1538 static int vidioc_enum_fmt_vid_overlay(struct file *file, void *fh,
1556 static int vidioc_g_fmt_vid_overlay(struct file *file, void *fh,
1562 struct omap_vout_device *vout = fh;
1581 static int vidioc_cropcap(struct file *file, void *fh,
1584 struct omap_vout_device *vout = fh;
1600 static int vidioc_g_crop(struct file *file, void *fh, struct v4l2_crop *crop)
1602 struct omap_vout_device *vout = fh;
1610 static int vidioc_s_crop(struct file *file, void *fh, struct v4l2_crop *crop)
1613 struct omap_vout_device *vout = fh;
1649 static int vidioc_queryctrl(struct file *file, void *fh,
1671 static int vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *ctrl)
1674 struct omap_vout_device *vout = fh;
1704 static int vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *a)
1707 struct omap_vout_device *vout = fh;
1787 static int vidioc_reqbufs(struct file *file, void *fh,
1792 struct omap_vout_device *vout = fh;
1854 static int vidioc_querybuf(struct file *file, void *fh,
1857 struct omap_vout_device *vout = fh;
1862 static int vidioc_qbuf(struct file *file, void *fh,
1865 struct omap_vout_device *vout = fh;
1890 static int vidioc_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b)
1892 struct omap_vout_device *vout = fh;
1906 static int vidioc_streamon(struct file *file, void *fh, enum v4l2_buf_type i)
1910 struct omap_vout_device *vout = fh;
1991 static int vidioc_streamoff(struct file *file, void *fh, enum v4l2_buf_type i)
1995 struct omap_vout_device *vout = fh;
2033 static int vidioc_s_fbuf(struct file *file, void *fh,
2039 struct omap_vout_device *vout = fh;
2103 static int vidioc_g_fbuf(struct file *file, void *fh,
2108 struct omap_vout_device *vout = fh;