Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-exynos/
Dsuspend.c51 struct exynos_pm_data { struct
62 static const struct exynos_pm_data *pm_data __ro_after_init; argument
569 static const struct exynos_pm_data exynos3250_pm_data = {
578 static const struct exynos_pm_data exynos4_pm_data = {
587 static const struct exynos_pm_data exynos5250_pm_data = {
596 static const struct exynos_pm_data exynos5420_pm_data = {
645 pm_data = (const struct exynos_pm_data *) match->data; in exynos_pm_init()