Searched refs:plarbdev (Results 1 – 2 of 2) sorted by relevance
651 struct platform_device *plarbdev; in mtk_iommu_v1_probe() local662 plarbdev = of_find_device_by_node(larbnode); in mtk_iommu_v1_probe()663 if (!plarbdev) { in mtk_iommu_v1_probe()667 if (!plarbdev->dev.driver) { in mtk_iommu_v1_probe()671 data->larb_imu[i].dev = &plarbdev->dev; in mtk_iommu_v1_probe()
1114 struct platform_device *plarbdev, *pcommdev; in mtk_iommu_mm_dts_parse() local1148 plarbdev = of_find_device_by_node(larbnode); in mtk_iommu_mm_dts_parse()1150 if (!plarbdev) { in mtk_iommu_mm_dts_parse()1155 platform_device_put(plarbdev); in mtk_iommu_mm_dts_parse()1159 data->larb_imu[id].dev = &plarbdev->dev; in mtk_iommu_mm_dts_parse()1161 if (!plarbdev->dev.driver) { in mtk_iommu_mm_dts_parse()1198 component_match_add(dev, match, component_compare_dev, &plarbdev->dev); in mtk_iommu_mm_dts_parse()1199 platform_device_put(plarbdev); in mtk_iommu_mm_dts_parse()