Lines Matching defs:vb2_dc_buf
26 struct vb2_dc_buf { struct
27 struct device *dev;
28 void *vaddr;
29 unsigned long size;
30 void *cookie;
31 dma_addr_t dma_addr;
32 unsigned long attrs;
33 enum dma_data_direction dma_dir;
34 struct sg_table *dma_sgt;
35 struct frame_vector *vec;
38 struct vb2_vmarea_handler handler;
39 refcount_t refcount;
40 struct sg_table *sgt_base;
43 struct dma_buf_attachment *db_attach;
45 struct vb2_buffer *vb;
46 bool non_coherent_mem;