Searched defs:dma_buf_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 78202 struct dma_buf_ops { struct 78203 bool cache_sgt_mapping; 78204 int (*attach)(struct dma_buf *, struct dma_buf_attachment *); 78205 void (*detach)(struct dma_buf *, struct dma_buf_attachment *); 78206 int (*pin)(struct dma_buf_attachment *); 78207 void (*unpin)(struct dma_buf_attachment *); 78208 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, enum dma_data_direction); 78209 void (*unmap_dma_buf)(struct dma_buf_attachment *, struct sg_table *, enum dma_data_direction); 78210 void (*release)(struct dma_buf *); 78211 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 87922 struct dma_buf_ops { struct 87923 bool cache_sgt_mapping; 87924 int (*attach)(struct dma_buf *, struct dma_buf_attachment *); 87925 void (*detach)(struct dma_buf *, struct dma_buf_attachment *); 87926 int (*pin)(struct dma_buf_attachment *); 87927 void (*unpin)(struct dma_buf_attachment *); 87928 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *, enum dma_data_direction); 87929 void (*unmap_dma_buf)(struct dma_buf_attachment *, struct sg_table *, enum dma_data_direction); 87930 void (*release)(struct dma_buf *); 87931 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); [all …]
|