Searched refs:videobuf_dmabuf (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/media/ |
D | videobuf-dma-sg.h | 43 struct videobuf_dmabuf { struct 71 struct videobuf_dmabuf dma; argument 84 int videobuf_dma_free(struct videobuf_dmabuf *dma); 86 int videobuf_dma_unmap(struct device *dev, struct videobuf_dmabuf *dma); 87 struct videobuf_dmabuf *videobuf_to_dma(struct videobuf_buffer *buf);
|
/linux-5.19.10/drivers/media/v4l2-core/ |
D | videobuf-dma-sg.c | 134 struct videobuf_dmabuf *videobuf_to_dma(struct videobuf_buffer *buf) in videobuf_to_dma() 145 static void videobuf_dma_init(struct videobuf_dmabuf *dma) in videobuf_dma_init() 151 static int videobuf_dma_init_user_locked(struct videobuf_dmabuf *dma, in videobuf_dma_init_user_locked() 198 static int videobuf_dma_init_user(struct videobuf_dmabuf *dma, int direction, in videobuf_dma_init_user() 210 static int videobuf_dma_init_kernel(struct videobuf_dmabuf *dma, int direction, in videobuf_dma_init_kernel() 269 static int videobuf_dma_init_overlay(struct videobuf_dmabuf *dma, int direction, in videobuf_dma_init_overlay() 285 static int videobuf_dma_map(struct device *dev, struct videobuf_dmabuf *dma) in videobuf_dma_map() 328 int videobuf_dma_unmap(struct device *dev, struct videobuf_dmabuf *dma) in videobuf_dma_unmap() 345 int videobuf_dma_free(struct videobuf_dmabuf *dma) in videobuf_dma_free()
|
/linux-5.19.10/Documentation/driver-api/media/ |
D | v4l2-videobuf.rst | 140 struct videobuf_dmabuf *dma); 141 int videobuf_dma_free(struct videobuf_dmabuf *dma); 319 struct videobuf_dmabuf *videobuf_to_dma(struct videobuf_buffer *buf); 321 The returned videobuf_dmabuf structure (defined in
|
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | bttv-vbi.c | 147 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb); in vbi_buffer_prepare()
|
D | bttv-risc.c | 573 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb); in bttv_dma_free() 699 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb); in bttv_buffer_risc()
|
/linux-5.19.10/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 244 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb); in buffer_prepare()
|
D | saa7146_fops.c | 55 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb); in saa7146_dma_free()
|
D | saa7146_video.c | 199 struct videobuf_dmabuf *dma=videobuf_to_dma(&buf->vb); in saa7146_pgtable_build()
|