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

/linux-master/drivers/iommu/iommufd/
H A Dmain.c25 struct iommufd_object_ops { struct
29 static const struct iommufd_object_ops iommufd_object_ops[]; variable in typeref:struct:iommufd_object_ops
100 if (iommufd_object_ops[obj->type].abort)
101 iommufd_object_ops[obj->type].abort(obj);
103 iommufd_object_ops[obj->type].destroy(obj);
211 iommufd_object_ops[obj->type].destroy(obj);
282 iommufd_object_ops[obj->type].destroy(obj);
498 static const struct iommufd_object_ops iommufd_object_ops[] variable in typeref:struct:iommufd_object_ops
[all...]

Completed in 116 milliseconds