Searched refs:ceu_buffer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | renesas-ceu.c | 139 * ceu_buffer - Link vb2 buffer to the list of available buffers. 141 struct ceu_buffer { struct 146 static inline struct ceu_buffer *vb2_to_ceu(struct vb2_v4l2_buffer *vbuf) in vb2_to_ceu() 148 return container_of(vbuf, struct ceu_buffer, vb); in vb2_to_ceu() 495 struct ceu_buffer *buf; in ceu_irq() 531 buf = list_first_entry(&ceudev->capture, struct ceu_buffer, in ceu_irq() 650 struct ceu_buffer *buf = vb2_to_ceu(vbuf); in ceu_vb2_queue() 683 struct ceu_buffer *buf; in ceu_start_streaming() 703 buf = list_first_entry(&ceudev->capture, struct ceu_buffer, in ceu_start_streaming() 743 struct ceu_buffer *bu in ceu_stop_streaming() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | renesas-ceu.c | 138 * ceu_buffer - Link vb2 buffer to the list of available buffers. 140 struct ceu_buffer { struct 145 static inline struct ceu_buffer *vb2_to_ceu(struct vb2_v4l2_buffer *vbuf) in vb2_to_ceu() 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 *bu in ceu_stop_streaming() [all...] |
Completed in 7 milliseconds