Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dmain.c25 struct iommufd_object_ops { struct
29 static const struct iommufd_object_ops iommufd_object_ops[]; variable
100 if (iommufd_object_ops[obj->type].abort) in iommufd_object_abort_and_destroy()
101 iommufd_object_ops[obj->type].abort(obj); in iommufd_object_abort_and_destroy()
103 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy()
211 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_remove()
282 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release()
501 static const struct iommufd_object_ops iommufd_object_ops[] = { variable