Home
last modified time | relevance | path

Searched refs:plarbdev (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/iommu/
Dmtk_iommu_v1.c645 struct platform_device *plarbdev; in mtk_iommu_v1_probe() local
656 plarbdev = of_find_device_by_node(larbnode); in mtk_iommu_v1_probe()
657 if (!plarbdev) { in mtk_iommu_v1_probe()
661 if (!plarbdev->dev.driver) { in mtk_iommu_v1_probe()
665 data->larb_imu[i].dev = &plarbdev->dev; in mtk_iommu_v1_probe()
Dmtk_iommu.c1131 struct platform_device *plarbdev, *pcommdev; in mtk_iommu_mm_dts_parse() local
1165 plarbdev = of_find_device_by_node(larbnode); in mtk_iommu_mm_dts_parse()
1167 if (!plarbdev) { in mtk_iommu_mm_dts_parse()
1172 platform_device_put(plarbdev); in mtk_iommu_mm_dts_parse()
1176 data->larb_imu[id].dev = &plarbdev->dev; in mtk_iommu_mm_dts_parse()
1178 if (!plarbdev->dev.driver) { in mtk_iommu_mm_dts_parse()
1215 component_match_add(dev, match, component_compare_dev, &plarbdev->dev); in mtk_iommu_mm_dts_parse()
1216 platform_device_put(plarbdev); in mtk_iommu_mm_dts_parse()