Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/omap/
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;
Domap_vout.c543 struct omap_vout_buffer, queue); in omap_vout_isr()
966 struct omap_vout_buffer *voutbuf = vb2_to_omap_vout_buffer(vb); in omap_vout_vb2_prepare()
988 struct omap_vout_buffer *voutbuf = vb2_to_omap_vout_buffer(vb); in omap_vout_vb2_queue()
997 struct omap_vout_buffer *buf, *tmp; in omap_vout_vb2_start_streaming()
1003 struct omap_vout_buffer, queue); in omap_vout_vb2_start_streaming()
1085 struct omap_vout_buffer *buf, *tmp; in omap_vout_vb2_stop_streaming()
1398 vq->buf_struct_size = sizeof(struct omap_vout_buffer); in omap_vout_setup_video_data()