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[]; argument74 if (iommufd_object_ops[obj->type].abort) in iommufd_object_abort_and_destroy()75 iommufd_object_ops[obj->type].abort(obj); in iommufd_object_abort_and_destroy()77 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy()185 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_remove()261 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release()496 static const struct iommufd_object_ops iommufd_object_ops[] = { variable