Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drenesas-ceu.c141 struct ceu_buffer { struct
146 static inline struct ceu_buffer *vb2_to_ceu(struct vb2_v4l2_buffer *vbuf) in vb2_to_ceu() argument
148 return container_of(vbuf, struct ceu_buffer, vb); in vb2_to_ceu()
497 struct ceu_buffer *buf; in ceu_irq()
533 buf = list_first_entry(&ceudev->capture, struct ceu_buffer, in ceu_irq()
652 struct ceu_buffer *buf = vb2_to_ceu(vbuf); in ceu_vb2_queue()
685 struct ceu_buffer *buf; in ceu_start_streaming()
705 buf = list_first_entry(&ceudev->capture, struct ceu_buffer, in ceu_start_streaming()
745 struct ceu_buffer *buf; in ceu_stop_streaming()
1413 q->buf_struct_size = sizeof(struct ceu_buffer); in ceu_notify_complete()