Lines Matching refs:pmu_context
38 static struct exynos_pmu_context *pmu_context; variable
176 if (!pmu_context || !pmu_context->pmu_data) in exynos_sys_powerdown_conf()
179 pmu_data = pmu_context->pmu_data; in exynos_sys_powerdown_conf()
340 pmu_context = devm_kzalloc(&pdev->dev, in exynos_pmu_probe()
343 if (!pmu_context) in exynos_pmu_probe()
350 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
353 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_secure) { in exynos_pmu_probe()
377 pmu_context->pmureg = regmap; in exynos_pmu_probe()
378 pmu_context->dev = dev; in exynos_pmu_probe()
380 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_init) in exynos_pmu_probe()
381 pmu_context->pmu_data->pmu_init(); in exynos_pmu_probe()
383 platform_set_drvdata(pdev, pmu_context); in exynos_pmu_probe()