Lines Matching refs:table_group
1014 struct iommu_table_group *table_group = iommu_data; in group_release() local
1016 table_group->group = NULL; in group_release()
1019 void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group() argument
1031 table_group->group = grp; in iommu_register_group()
1032 iommu_group_set_iommudata(grp, table_group, group_release); in iommu_register_group()
1123 int iommu_add_device(struct iommu_table_group *table_group, struct device *dev) in iommu_add_device() argument
1141 __func__, dev_name(dev), iommu_group_id(table_group->group)); in iommu_add_device()
1162 struct iommu_table_group *table_group; in spapr_tce_platform_iommu_attach_dev() local
1170 table_group = iommu_group_get_iommudata(grp); in spapr_tce_platform_iommu_attach_dev()
1175 table_group->ops->release_ownership(table_group, dev); in spapr_tce_platform_iommu_attach_dev()
1195 struct iommu_table_group *table_group; in spapr_tce_blocked_iommu_attach_dev() local
1202 table_group = iommu_group_get_iommudata(grp); in spapr_tce_blocked_iommu_attach_dev()
1203 ret = table_group->ops->take_ownership(table_group, dev); in spapr_tce_blocked_iommu_attach_dev()