Lines Matching defs:group
62 * @group: IOMMU group
73 struct iommu_group *group;
406 return iommu_group_ref_get(sdev->group);
499 /* All the client devices are in the same iommu-group */
500 sdev->group = iommu_group_alloc();
501 if (IS_ERR(sdev->group)) {
502 ret = PTR_ERR(sdev->group);
534 iommu_group_put(sdev->group);
546 iommu_group_put(sdev->group);
547 sdev->group = NULL;