Searched refs:pmu_context (Results 1 – 1 of 1) sorted by relevance
46 static struct exynos_pmu_context *pmu_context; variable752 const struct exynos_pmu_data *pmu_data = pmu_context->pmu_data; in exynos_sys_powerdown_conf()965 pmu_context = devm_kzalloc(&pdev->dev, in exynos_pmu_probe()968 if (!pmu_context) { in exynos_pmu_probe()972 pmu_context->dev = dev; in exynos_pmu_probe()976 pmu_context->pmu_data = match->data; in exynos_pmu_probe()978 if (pmu_context->pmu_data->pmu_init) in exynos_pmu_probe()979 pmu_context->pmu_data->pmu_init(); in exynos_pmu_probe()981 platform_set_drvdata(pdev, pmu_context); in exynos_pmu_probe()