| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_dma_buf.c | 26 struct dma_buf_attachment *attach) in xe_dma_buf_attach() 42 struct dma_buf_attachment *attach) in xe_dma_buf_detach() 49 static int xe_dma_buf_pin(struct dma_buf_attachment *attach) in xe_dma_buf_pin() 89 static void xe_dma_buf_unpin(struct dma_buf_attachment *attach) in xe_dma_buf_unpin() 97 static struct sg_table *xe_dma_buf_map(struct dma_buf_attachment *attach, in xe_dma_buf_map() 153 static void xe_dma_buf_unmap(struct dma_buf_attachment *attach, in xe_dma_buf_unmap() 318 static void xe_dma_buf_move_notify(struct dma_buf_attachment *attach) in xe_dma_buf_move_notify() 352 struct dma_buf_attachment *attach; in xe_gem_prime_import() local
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_prime.c | 45 struct dma_buf_attachment *attach) in vmw_prime_map_attach() 51 struct dma_buf_attachment *attach) in vmw_prime_map_detach() 55 static struct sg_table *vmw_prime_map_dma_buf(struct dma_buf_attachment *attach, in vmw_prime_map_dma_buf() 61 static void vmw_prime_unmap_dma_buf(struct dma_buf_attachment *attach, in vmw_prime_unmap_dma_buf()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-buf.c | 913 dma_buf_attachment_is_dynamic(struct dma_buf_attachment *attach) in dma_buf_attachment_is_dynamic() 919 dma_buf_pin_on_map(struct dma_buf_attachment *attach) in dma_buf_pin_on_map() 1016 struct dma_buf_attachment *attach; in dma_buf_dynamic_attach() local 1077 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach() 1110 int dma_buf_pin(struct dma_buf_attachment *attach) in dma_buf_pin() 1134 void dma_buf_unpin(struct dma_buf_attachment *attach) in dma_buf_unpin() 1168 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *attach, in dma_buf_map_attachment() 1252 dma_buf_map_attachment_unlocked(struct dma_buf_attachment *attach, in dma_buf_map_attachment_unlocked() 1280 void dma_buf_unmap_attachment(struct dma_buf_attachment *attach, in dma_buf_unmap_attachment() 1309 void dma_buf_unmap_attachment_unlocked(struct dma_buf_attachment *attach, in dma_buf_unmap_attachment_unlocked() [all …]
|
| H A D | dma-buf-mapping.c | 92 struct sg_table *dma_buf_phys_vec_to_sgt(struct dma_buf_attachment *attach, in dma_buf_phys_vec_to_sgt() 222 void dma_buf_free_sgt(struct dma_buf_attachment *attach, struct sg_table *sgt, in dma_buf_free_sgt()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_dmabuf.c | 27 static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attach, in i915_gem_map_dma_buf() 167 struct dma_buf_attachment *attach) in i915_gem_dmabuf_attach() 196 struct dma_buf_attachment *attach) in i915_gem_dmabuf_detach() 285 struct dma_buf_attachment *attach; in i915_gem_prime_import() local
|
| /linux/drivers/xen/ |
| H A D | gntdev-dmabuf.c | 48 struct dma_buf_attachment *attach; member 221 struct dma_buf_attachment *attach) in dmabuf_exp_ops_attach() 235 struct dma_buf_attachment *attach) in dmabuf_exp_ops_detach() 257 dmabuf_exp_ops_map_dma_buf(struct dma_buf_attachment *attach, in dmabuf_exp_ops_map_dma_buf() 299 static void dmabuf_exp_ops_unmap_dma_buf(struct dma_buf_attachment *attach, in dmabuf_exp_ops_unmap_dma_buf() 561 struct dma_buf_attachment *attach; in dmabuf_imp_to_refs() local 686 struct dma_buf_attachment *attach; in dmabuf_imp_release() local
|
| /linux/drivers/iommu/iommufd/ |
| H A D | device.c | 421 struct iommufd_attach *attach; in iommufd_group_device_num() local 509 struct iommufd_attach *attach; in iommufd_device_is_attached() local 531 struct iommufd_attach *attach; in iommufd_hwpt_pasid_compat() local 685 struct iommufd_attach *attach; in iommufd_hw_pagetable_attach() local 768 struct iommufd_attach *attach; in iommufd_hw_pagetable_detach() local 812 struct iommufd_attach *attach; in iommufd_group_remove_reserved_iova() local 828 struct iommufd_attach *attach; in iommufd_group_do_replace_reserved_iova() local 866 struct iommufd_attach *attach; in iommufd_device_do_replace() local
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types_dmabuf.c | 57 static int uverbs_dmabuf_pin(struct dma_buf_attachment *attach) in uverbs_dmabuf_pin() 62 static void uverbs_dmabuf_unpin(struct dma_buf_attachment *attach) in uverbs_dmabuf_unpin()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_gem.c | 387 armada_gem_prime_map_dma_buf(struct dma_buf_attachment *attach, in armada_gem_prime_map_dma_buf() 453 static void armada_gem_prime_unmap_dma_buf(struct dma_buf_attachment *attach, in armada_gem_prime_unmap_dma_buf() 503 struct dma_buf_attachment *attach; in armada_gem_prime_import() local
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-vmalloc.c | 215 struct vb2_vmalloc_attachment *attach; in vb2_vmalloc_dmabuf_ops_attach() local 254 struct vb2_vmalloc_attachment *attach = db_attach->priv; in vb2_vmalloc_dmabuf_ops_detach() local 273 struct vb2_vmalloc_attachment *attach = db_attach->priv; in vb2_vmalloc_dmabuf_ops_map() local
|
| H A D | videobuf2-dma-contig.c | 321 struct vb2_dc_attachment *attach; in vb2_dc_dmabuf_ops_attach() local 359 struct vb2_dc_attachment *attach = db_attach->priv; in vb2_dc_dmabuf_ops_detach() local 385 struct vb2_dc_attachment *attach = db_attach->priv; in vb2_dc_dmabuf_ops_map() local
|
| /linux/tools/testing/selftests/ptrace/ |
| H A D | vmaccess.c | 46 TEST(attach) in TEST() argument
|
| /linux/drivers/virtio/ |
| H A D | virtio_dma_buf.c | 43 struct dma_buf_attachment *attach) in virtio_dma_buf_attach()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_prime.c | 51 struct drm_device *dev, struct dma_buf_attachment *attach, in qxl_gem_prime_import_sg_table()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_prime.c | 46 struct dma_buf_attachment *attach, in radeon_gem_prime_import_sg_table()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | flow_dissector_load.c | 62 bool attach = false; in parse_opts() local
|
| H A D | test_cpp.cpp | 44 int attach() { return T::attach(skel); } in attach() function in Skeleton
|
| /linux/drivers/net/phy/ |
| H A D | sfp.h | 19 void (*attach)(struct sfp *sfp); member
|
| /linux/include/net/ |
| H A D | rsi_91x.h | 50 int (*attach)(void *priv, struct rsi_proto_ops *ops); member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | recursive_attach.c | 36 static void test_recursive_fentry_chain(bool attach, bool detach) in test_recursive_fentry_chain()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_gem_dmabuf.c | 100 struct dma_buf_attachment *attach; in omap_gem_prime_import() local
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gem_prime.c | 113 struct dma_buf_attachment *attach, struct sg_table *sgt) in etnaviv_gem_prime_import_sg_table()
|
| /linux/samples/bpf/ |
| H A D | xdp_fwd_user.c | 129 int attach = 1; in main() local
|
| /linux/include/drm/bridge/ |
| H A D | dw_mipi_dsi.h | 47 int (*attach)(void *priv_data, member
|
| /linux/tools/perf/tests/ |
| H A D | event-times.c | 222 #define _T(attach, detach) \ in test__event_times() argument [all...] |