Home
last modified time | relevance | path

Searched refs:iommu_pdev (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c526 struct platform_device *iommu_pdev; in qcom_iommu_of_xlate() local
536 iommu_pdev = of_find_device_by_node(args->np); in qcom_iommu_of_xlate()
537 if (WARN_ON(!iommu_pdev)) in qcom_iommu_of_xlate()
540 qcom_iommu = platform_get_drvdata(iommu_pdev); in qcom_iommu_of_xlate()
547 put_device(&iommu_pdev->dev); in qcom_iommu_of_xlate()
559 put_device(&iommu_pdev->dev); in qcom_iommu_of_xlate()
/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c947 struct platform_device *iommu_pdev = of_find_device_by_node(args->np); in tegra_smmu_of_xlate() local
948 struct tegra_mc *mc = platform_get_drvdata(iommu_pdev); in tegra_smmu_of_xlate()
958 put_device(&iommu_pdev->dev); in tegra_smmu_of_xlate()
H A Dsun50i-iommu.c822 struct platform_device *iommu_pdev = of_find_device_by_node(args->np); in sun50i_iommu_of_xlate() local
825 dev_iommu_priv_set(dev, platform_get_drvdata(iommu_pdev)); in sun50i_iommu_of_xlate()
H A Dapple-dart.c754 struct platform_device *iommu_pdev = of_find_device_by_node(args->np); in apple_dart_of_xlate() local
755 struct apple_dart *dart = platform_get_drvdata(iommu_pdev); in apple_dart_of_xlate()