Home
last modified time | relevance | path

Searched refs:move_notify (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Ddma-buf.h466 void (*move_notify)(struct dma_buf_attachment *attach); member
/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c195 .move_notify = ib_umem_dmabuf_unsupported_move_notify,
/linux/Documentation/driver-api/pci/
H A Dp2pdma.rst170 Lifecycle is controlled by DMABUF move_notify(). When the exporting driver wants
172 drivers through move_notify() and synchronously DMA unmap all the MMIO.
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c290 .move_notify = xe_dma_buf_move_notify
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c289 .move_notify = virtgpu_dma_buf_move_notify
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c537 .move_notify = amdgpu_dma_buf_move_notify
/linux/drivers/dma-buf/
H A Ddma-buf.c1020 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
1341 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()
/linux/drivers/iommu/iommufd/
H A Dpages.c1455 .move_notify = iopt_revoke_notify,
/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c1622 .move_notify = mlx5_ib_dmabuf_invalidate_cb,