Home
last modified time | relevance | path

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

/linux/arch/arm/mach-exynos/
H A Dsuspend.c50 struct exynos_pm_data { struct
70 static const struct exynos_pm_data *pm_data __ro_after_init; argument
604 static const struct exynos_pm_data exynos3250_pm_data = {
617 static const struct exynos_pm_data exynos4_pm_data = {
625 static const struct exynos_pm_data exynos5250_pm_data = {
638 static const struct exynos_pm_data exynos5420_pm_data = {
691 pm_data = (const struct exynos_pm_data *) match->data; in exynos_pm_init()