Searched refs:plarbdev (Results 1 – 2 of 2) sorted by relevance
645 struct platform_device *plarbdev; in mtk_iommu_v1_probe() local656 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()
1131 struct platform_device *plarbdev, *pcommdev; in mtk_iommu_mm_dts_parse() local1165 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()