Home
last modified time | relevance | path

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

/linux/drivers/soc/samsung/
A Dexynos-pmu.c27 static struct exynos_pmu_context *pmu_context; variable
44 if (!pmu_context || !pmu_context->pmu_data) in exynos_sys_powerdown_conf()
47 pmu_data = pmu_context->pmu_data; in exynos_sys_powerdown_conf()
124 pmu_context = devm_kzalloc(&pdev->dev, in exynos_pmu_probe()
127 if (!pmu_context) in exynos_pmu_probe()
129 pmu_context->dev = dev; in exynos_pmu_probe()
130 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
132 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_init) in exynos_pmu_probe()
133 pmu_context->pmu_data->pmu_init(); in exynos_pmu_probe()
135 platform_set_drvdata(pdev, pmu_context); in exynos_pmu_probe()
/linux/
A DSystem.map162325 ffff80001213fdf8 b pmu_context
A D.tmp_System.map162325 ffff80001213fdf8 b pmu_context

Completed in 388 milliseconds