Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/rockchip/rga/
H A Drga-buf.c77 struct rga_vb_buffer *rbuf = vb_to_rga(vbuf); in rga_buf_init()
110 struct rga_vb_buffer *rbuf = vb_to_rga(vbuf); in rga_buf_prepare()
168 struct rga_vb_buffer *rbuf = vb_to_rga(vbuf); in rga_buf_cleanup()
H A Drga.h113 static inline struct rga_vb_buffer *vb_to_rga(struct vb2_v4l2_buffer *vb) in vb_to_rga() function
H A Drga.c50 rga_hw_start(rga, vb_to_rga(src), vb_to_rga(dst)); in device_run()