Searched defs:dma_buf_ops (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | dma-buf.h | 36 struct dma_buf_ops { struct 44 bool cache_sgt_mapping; 72 int (*attach)(struct dma_buf *, struct dma_buf_attachment *); 83 void (*detach)(struct dma_buf *, struct dma_buf_attachment *); 109 int (*pin)(struct dma_buf_attachment *attach); 122 void (*unpin)(struct dma_buf_attachment *attach); 179 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, 189 void (*unmap_dma_buf)(struct dma_buf_attachment *, 203 void (*release)(struct dma_buf *); 230 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dma-buf.h | 35 struct dma_buf_ops { struct 43 bool cache_sgt_mapping; 71 int (*attach)(struct dma_buf *, struct dma_buf_attachment *); 82 void (*detach)(struct dma_buf *, struct dma_buf_attachment *); 100 int (*pin)(struct dma_buf_attachment *attach); 113 void (*unpin)(struct dma_buf_attachment *attach); 154 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, 164 void (*unmap_dma_buf)(struct dma_buf_attachment *, 178 void (*release)(struct dma_buf *); 210 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/android/ion/ |
| D | ion.c | 331 static const struct dma_buf_ops dma_buf_ops = { variable
|