Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c57 struct iommu_group_attribute { struct
90 struct iommu_group_attribute iommu_group_attr_##_name = __ATTR(_name, _mode, _show, _store)
92 #define to_iommu_group_attr(_attr) container_of(_attr, struct iommu_group_attribute, attr)
338 struct iommu_group_attribute *attr = to_iommu_group_attr(__attr); in iommu_group_attr_show()
350 struct iommu_group_attribute *attr = to_iommu_group_attr(__attr); in iommu_group_attr_store()
365 static int iommu_group_create_file(struct iommu_group *group, struct iommu_group_attribute *attr) in iommu_group_create_file()
370 static void iommu_group_remove_file(struct iommu_group *group, struct iommu_group_attribute *attr) in iommu_group_remove_file()

Completed in 5 milliseconds