Searched refs:cfg_probe (Results 1 – 3 of 3) sorted by relevance
85 .cfg_probe = cavium_cfg_probe,
335 int (*cfg_probe)(struct arm_smmu_device *smmu); member
1850 if (smmu->impl && smmu->impl->cfg_probe) in arm_smmu_device_cfg_probe()1851 return smmu->impl->cfg_probe(smmu); in arm_smmu_device_cfg_probe()