Searched refs:plarbdev (Results 1 – 2 of 2) sorted by relevance
649 struct platform_device *plarbdev; in mtk_iommu_v1_probe() local660 plarbdev = of_find_device_by_node(larbnode); in mtk_iommu_v1_probe()661 if (!plarbdev) { in mtk_iommu_v1_probe()665 if (!plarbdev->dev.driver) { in mtk_iommu_v1_probe()669 data->larb_imu[i].dev = &plarbdev->dev; in mtk_iommu_v1_probe()
1132 struct platform_device *plarbdev, *pcommdev; in mtk_iommu_mm_dts_parse() local1166 plarbdev = of_find_device_by_node(larbnode); in mtk_iommu_mm_dts_parse()1168 if (!plarbdev) { in mtk_iommu_mm_dts_parse()1173 platform_device_put(plarbdev); in mtk_iommu_mm_dts_parse()1177 data->larb_imu[id].dev = &plarbdev->dev; in mtk_iommu_mm_dts_parse()1179 if (!plarbdev->dev.driver) { in mtk_iommu_mm_dts_parse()1216 component_match_add(dev, match, component_compare_dev, &plarbdev->dev); in mtk_iommu_mm_dts_parse()1217 platform_device_put(plarbdev); in mtk_iommu_mm_dts_parse()