Home
last modified time | relevance | path

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

/linux-6.15/drivers/soc/samsung/
H A Dexynos-pmu.c300 struct device_node *pmu_np; in exynos_get_pmu_regmap_by_phandle() local
304 pmu_np = of_parse_phandle(np, propname, 0); in exynos_get_pmu_regmap_by_phandle()
306 pmu_np = np; in exynos_get_pmu_regmap_by_phandle()
308 if (!pmu_np) in exynos_get_pmu_regmap_by_phandle()
317 (void *)pmu_np); in exynos_get_pmu_regmap_by_phandle()
320 of_node_put(pmu_np); in exynos_get_pmu_regmap_by_phandle()
325 return syscon_node_to_regmap(pmu_np); in exynos_get_pmu_regmap_by_phandle()