• Home
  • Raw
  • Download

Lines Matching defs:vout

231 void omap_vout_free_buffers(struct omap_vout_device *vout)  in omap_vout_free_buffers()
276 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset()
314 static int video_mode_to_dss_mode(struct omap_vout_device *vout) in video_mode_to_dss_mode()
354 static int omapvid_setup_overlay(struct omap_vout_device *vout, in omapvid_setup_overlay()
431 static int omapvid_init(struct omap_vout_device *vout, u32 addr) in omapvid_init()
496 static int omapvid_apply_changes(struct omap_vout_device *vout) in omapvid_apply_changes()
515 static int omapvid_handle_interlace_display(struct omap_vout_device *vout, in omapvid_handle_interlace_display()
563 struct omap_vout_device *vout = (struct omap_vout_device *)arg; in omap_vout_isr() local
660 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_setup() local
732 static void omap_vout_free_extra_buffers(struct omap_vout_device *vout) in omap_vout_free_extra_buffers()
761 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_prepare() local
813 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_queue() local
844 struct omap_vout_device *vout = file->private_data; in omap_vout_poll() local
852 struct omap_vout_device *vout = vma->vm_private_data; in omap_vout_vm_open() local
861 struct omap_vout_device *vout = vma->vm_private_data; in omap_vout_vm_close() local
879 struct omap_vout_device *vout = file->private_data; in omap_vout_mmap() local
938 struct omap_vout_device *vout = file->private_data; in omap_vout_release() local
1003 struct omap_vout_device *vout = NULL; in omap_vout_open() local
1041 struct omap_vout_device *vout = fh; in vidioc_querycap() local
1072 struct omap_vout_device *vout = fh; in vidioc_g_fmt_vid_out() local
1085 struct omap_vout_device *vout = fh; in vidioc_try_fmt_vid_out() local
1112 struct omap_vout_device *vout = fh; in vidioc_s_fmt_vid_out() local
1178 struct omap_vout_device *vout = fh; in vidioc_try_fmt_vid_overlay() local
1204 struct omap_vout_device *vout = fh; in vidioc_s_fmt_vid_overlay() local
1231 struct omap_vout_device *vout = fh; in vidioc_g_fmt_vid_overlay() local
1253 struct omap_vout_device *vout = fh; in vidioc_cropcap() local
1271 struct omap_vout_device *vout = fh; in vidioc_g_crop() local
1282 struct omap_vout_device *vout = fh; in vidioc_s_crop() local
1346 struct omap_vout_device *vout = fh; in vidioc_g_ctrl() local
1379 struct omap_vout_device *vout = fh; in vidioc_s_ctrl() local
1475 struct omap_vout_device *vout = fh; in vidioc_reqbufs() local
1540 struct omap_vout_device *vout = fh; in vidioc_querybuf() local
1548 struct omap_vout_device *vout = fh; in vidioc_qbuf() local
1575 struct omap_vout_device *vout = fh; in vidioc_dqbuf() local
1603 struct omap_vout_device *vout = fh; in vidioc_streamon() local
1688 struct omap_vout_device *vout = fh; in vidioc_streamoff() local
1726 struct omap_vout_device *vout = fh; in vidioc_s_fbuf() local
1797 struct omap_vout_device *vout = fh; in vidioc_g_fbuf() local
1861 static int __init omap_vout_setup_video_data(struct omap_vout_device *vout) in omap_vout_setup_video_data()
1941 struct omap_vout_device *vout; in omap_vout_setup_video_bufs() local
1990 struct omap_vout_device *vout; in omap_vout_create_video_devices() local
2067 static void omap_vout_cleanup_device(struct omap_vout_device *vout) in omap_vout_cleanup_device()