Searched refs:pmu_np (Results 1 – 1 of 1) sorted by relevance
191 struct device_node *pmu_np; in exynos_get_pmu_regmap_by_phandle() local195 pmu_np = of_parse_phandle(np, propname, 0); in exynos_get_pmu_regmap_by_phandle()197 pmu_np = np; in exynos_get_pmu_regmap_by_phandle()199 if (!pmu_np) in exynos_get_pmu_regmap_by_phandle()208 (void *)pmu_np); in exynos_get_pmu_regmap_by_phandle()211 of_node_put(pmu_np); in exynos_get_pmu_regmap_by_phandle()218 return syscon_node_to_regmap(pmu_np); in exynos_get_pmu_regmap_by_phandle()