Searched refs:video_vbq_ops (Results 1 – 1 of 1) sorted by relevance
66 static struct videobuf_queue_ops video_vbq_ops; variable1032 video_vbq_ops.buf_setup = omap_vout_buffer_setup; in omap_vout_open()1033 video_vbq_ops.buf_prepare = omap_vout_buffer_prepare; in omap_vout_open()1034 video_vbq_ops.buf_release = omap_vout_buffer_release; in omap_vout_open()1035 video_vbq_ops.buf_queue = omap_vout_buffer_queue; in omap_vout_open()1038 videobuf_queue_dma_contig_init(q, &video_vbq_ops, q->dev, in omap_vout_open()