Searched refs:iommufd_object_ops (Results 1 – 1 of 1) sorted by relevance
25 struct iommufd_object_ops { struct29 static const struct iommufd_object_ops iommufd_object_ops[]; argument108 if (iommufd_object_ops[obj->type].abort) in iommufd_object_abort_and_destroy()109 iommufd_object_ops[obj->type].abort(obj); in iommufd_object_abort_and_destroy()111 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy()203 iommufd_object_ops[obj->type].destroy(obj); in __iommufd_object_destroy_user()215 iommufd_object_ops[obj->type].destroy(obj); in iommufd_destroy()268 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release()475 static const struct iommufd_object_ops iommufd_object_ops[] = { variable