Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/samsung/
Dexynos-pmu.c26 static struct exynos_pmu_context *pmu_context; variable
43 if (!pmu_context || !pmu_context->pmu_data) in exynos_sys_powerdown_conf()
46 pmu_data = pmu_context->pmu_data; in exynos_sys_powerdown_conf()
120 pmu_context = devm_kzalloc(&pdev->dev, in exynos_pmu_probe()
123 if (!pmu_context) in exynos_pmu_probe()
125 pmu_context->dev = dev; in exynos_pmu_probe()
126 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
128 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_init) in exynos_pmu_probe()
129 pmu_context->pmu_data->pmu_init(); in exynos_pmu_probe()
131 platform_set_drvdata(pdev, pmu_context); in exynos_pmu_probe()