Searched refs:exynos5_devfreq_pdev (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/devfreq/exynos/
H A Dexynos5_bus.c389 static struct platform_device *exynos5_devfreq_pdev; variable in typeref:struct:platform_device
408 exynos5_devfreq_pdev = exynos5_busfreq_int_init()
410 if (IS_ERR(exynos5_devfreq_pdev)) { exynos5_busfreq_int_init()
411 ret = PTR_ERR(exynos5_devfreq_pdev); exynos5_busfreq_int_init()
425 platform_device_unregister(exynos5_devfreq_pdev); exynos5_busfreq_int_exit()

Completed in 39 milliseconds