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[]; variable100 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