Searched refs:video_vbq_ops (Results 1 – 1 of 1) sorted by relevance
66 static struct videobuf_queue_ops video_vbq_ops; variable1022 video_vbq_ops.buf_setup = omap_vout_buffer_setup; in omap_vout_open()1023 video_vbq_ops.buf_prepare = omap_vout_buffer_prepare; in omap_vout_open()1024 video_vbq_ops.buf_release = omap_vout_buffer_release; in omap_vout_open()1025 video_vbq_ops.buf_queue = omap_vout_buffer_queue; in omap_vout_open()1028 videobuf_queue_dma_contig_init(q, &video_vbq_ops, q->dev, in omap_vout_open()