Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddma-buf.h337 struct dma_buf_attach_ops { struct
396 const struct dma_buf_attach_ops *importer_ops;
480 const struct dma_buf_attach_ops *importer_ops,
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c556 static const struct dma_buf_attach_ops amdgpu_dma_buf_attach_ops = {
/Linux-v5.10/drivers/dma-buf/
Ddma-buf.c677 const struct dma_buf_attach_ops *importer_ops, in dma_buf_dynamic_attach()