Home
last modified time | relevance | path

Searched refs:omap_vout_buffer (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_voutdef.h118 struct omap_vout_buffer { struct
124 static inline struct omap_vout_buffer *vb2_to_omap_vout_buffer(struct vb2_buffer *vb) in vb2_to_omap_vout_buffer() argument
128 return container_of(vbuf, struct omap_vout_buffer, vbuf); in vb2_to_omap_vout_buffer()
170 struct omap_vout_buffer *cur_frm, *next_frm;
H A Domap_vout.c544 struct omap_vout_buffer, queue); in omap_vout_isr()
967 struct omap_vout_buffer *voutbuf = vb2_to_omap_vout_buffer(vb); in omap_vout_vb2_prepare()
989 struct omap_vout_buffer *voutbuf = vb2_to_omap_vout_buffer(vb); in omap_vout_vb2_queue()
998 struct omap_vout_buffer *buf, *tmp; in omap_vout_vb2_start_streaming()
1005 struct omap_vout_buffer, queue); in omap_vout_vb2_start_streaming()
1087 struct omap_vout_buffer *buf, *tmp; in omap_vout_vb2_stop_streaming()
1400 vq->buf_struct_size = sizeof(struct omap_vout_buffer); in omap_vout_setup_video_data()