Lines Matching refs:omap_vout_device

245 void omap_vout_free_buffers(struct omap_vout_device *vout)  in omap_vout_free_buffers()
290 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset()
328 static int video_mode_to_dss_mode(struct omap_vout_device *vout) in video_mode_to_dss_mode()
369 static int omapvid_setup_overlay(struct omap_vout_device *vout, in omapvid_setup_overlay()
448 static int omapvid_init(struct omap_vout_device *vout, u32 addr) in omapvid_init()
513 static int omapvid_apply_changes(struct omap_vout_device *vout) in omapvid_apply_changes()
529 static int omapvid_handle_interlace_display(struct omap_vout_device *vout, in omapvid_handle_interlace_display()
577 struct omap_vout_device *vout = (struct omap_vout_device *)arg; in omap_vout_isr()
668 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_setup()
740 static void omap_vout_free_extra_buffers(struct omap_vout_device *vout) in omap_vout_free_extra_buffers()
769 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_prepare()
817 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_queue()
833 struct omap_vout_device *vout = q->priv_data; in omap_vout_buffer_release()
847 struct omap_vout_device *vout = file->private_data; in omap_vout_poll()
855 struct omap_vout_device *vout = vma->vm_private_data; in omap_vout_vm_open()
864 struct omap_vout_device *vout = vma->vm_private_data; in omap_vout_vm_close()
882 struct omap_vout_device *vout = file->private_data; in omap_vout_mmap()
941 struct omap_vout_device *vout = file->private_data; in omap_vout_release()
1004 struct omap_vout_device *vout = NULL; in omap_vout_open()
1042 struct omap_vout_device *vout = fh; in vidioc_querycap()
1072 struct omap_vout_device *vout = fh; in vidioc_g_fmt_vid_out()
1085 struct omap_vout_device *vout = fh; in vidioc_try_fmt_vid_out()
1109 struct omap_vout_device *vout = fh; in vidioc_s_fmt_vid_out()
1180 struct omap_vout_device *vout = fh; in vidioc_try_fmt_vid_overlay()
1206 struct omap_vout_device *vout = fh; in vidioc_s_fmt_vid_overlay()
1248 struct omap_vout_device *vout = fh; in vidioc_g_fmt_vid_overlay()
1270 struct omap_vout_device *vout = fh; in vidioc_cropcap()
1288 struct omap_vout_device *vout = fh; in vidioc_g_crop()
1299 struct omap_vout_device *vout = fh; in vidioc_s_crop()
1360 struct omap_vout_device *vout = fh; in vidioc_g_ctrl()
1393 struct omap_vout_device *vout = fh; in vidioc_s_ctrl()
1491 struct omap_vout_device *vout = fh; in vidioc_reqbufs()
1556 struct omap_vout_device *vout = fh; in vidioc_querybuf()
1564 struct omap_vout_device *vout = fh; in vidioc_qbuf()
1591 struct omap_vout_device *vout = fh; in vidioc_dqbuf()
1622 struct omap_vout_device *vout = fh; in vidioc_streamon()
1717 struct omap_vout_device *vout = fh; in vidioc_streamoff()
1754 struct omap_vout_device *vout = fh; in vidioc_s_fbuf()
1825 struct omap_vout_device *vout = fh; in vidioc_g_fbuf()
1890 static int __init omap_vout_setup_video_data(struct omap_vout_device *vout) in omap_vout_setup_video_data()
1970 struct omap_vout_device *vout; in omap_vout_setup_video_bufs()
2019 struct omap_vout_device *vout; in omap_vout_create_video_devices()
2027 vout = kzalloc(sizeof(struct omap_vout_device), GFP_KERNEL); in omap_vout_create_video_devices()
2101 static void omap_vout_cleanup_device(struct omap_vout_device *vout) in omap_vout_cleanup_device()