Searched refs:pmu_np (Results 1 – 1 of 1) sorted by relevance
299 struct device_node *pmu_np; in exynos_get_pmu_regmap_by_phandle() local303 pmu_np = of_parse_phandle(np, propname, 0); in exynos_get_pmu_regmap_by_phandle()305 pmu_np = np; in exynos_get_pmu_regmap_by_phandle()307 if (!pmu_np) in exynos_get_pmu_regmap_by_phandle()316 (void *)pmu_np); in exynos_get_pmu_regmap_by_phandle()319 of_node_put(pmu_np); in exynos_get_pmu_regmap_by_phandle()324 return syscon_node_to_regmap(pmu_np); in exynos_get_pmu_regmap_by_phandle()