Home
last modified time | relevance | path

Searched refs:pmu_np (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/soc/samsung/
H A Dexynos-pmu.c299 struct device_node *pmu_np; in exynos_get_pmu_regmap_by_phandle() local
303 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()