Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/
H A Drenesas-ceu.c140 struct ceu_buffer { struct
145 static inline struct ceu_buffer *vb2_to_ceu(struct vb2_v4l2_buffer *vbuf) in vb2_to_ceu() argument
147 return container_of(vbuf, struct ceu_buffer, vb); in vb2_to_ceu()
494 struct ceu_buffer *buf; in ceu_irq()
530 buf = list_first_entry(&ceudev->capture, struct ceu_buffer, in ceu_irq()
649 struct ceu_buffer *buf = vb2_to_ceu(vbuf); in ceu_vb2_queue()
682 struct ceu_buffer *buf; in ceu_start_streaming()
702 buf = list_first_entry(&ceudev->capture, struct ceu_buffer, in ceu_start_streaming()
733 struct ceu_buffer *buf; in ceu_stop_streaming()
1404 q->buf_struct_size = sizeof(struct ceu_buffer); in ceu_notify_complete()