Searched refs:iommu_pdev (Results 1 – 3 of 3) sorted by relevance
552 struct platform_device *iommu_pdev; in qcom_iommu_of_xlate() local 562 iommu_pdev = of_find_device_by_node(args->np); in qcom_iommu_of_xlate() 563 if (WARN_ON(!iommu_pdev)) in qcom_iommu_of_xlate() 566 qcom_iommu = platform_get_drvdata(iommu_pdev); in qcom_iommu_of_xlate() 573 put_device(&iommu_pdev->dev); in qcom_iommu_of_xlate() 585 put_device(&iommu_pdev->dev); in qcom_iommu_of_xlate()
972 struct platform_device *iommu_pdev = of_find_device_by_node(args->np); in tegra_smmu_of_xlate() local 973 struct tegra_mc *mc = platform_get_drvdata(iommu_pdev); in tegra_smmu_of_xlate() 977 * Note: we are here releasing the reference of &iommu_pdev->dev, which in tegra_smmu_of_xlate() 983 put_device(&iommu_pdev->dev); in tegra_smmu_of_xlate()
788 struct platform_device *iommu_pdev = of_find_device_by_node(args->np); in apple_dart_of_xlate() local 789 struct apple_dart *dart = platform_get_drvdata(iommu_pdev); in apple_dart_of_xlate()