Lines Matching defs:model
1874 enum arm_smmu_implementation model;
1878 static const struct arm_smmu_match_data name = { .version = ver, .model = imp }
1901 static int acpi_smmu_get_data(u32 model, struct arm_smmu_device *smmu)
1905 switch (model) {
1909 smmu->model = GENERIC_SMMU;
1913 smmu->model = GENERIC_SMMU;
1917 smmu->model = GENERIC_SMMU;
1921 smmu->model = ARM_MMU500;
1925 smmu->model = CAVIUM_SMMUV2;
1946 ret = acpi_smmu_get_data(iort_smmu->model, smmu);
1981 smmu->model = data->model;