dw_mci_runtime_suspend
RUNTIME_PM_OPS(dw_mci_runtime_suspend, dw_mci_exynos_runtime_resume, NULL)
return dw_mci_runtime_suspend(dev);
EXPORT_SYMBOL(dw_mci_runtime_suspend);
RUNTIME_PM_OPS(dw_mci_runtime_suspend, dw_mci_runtime_resume, NULL)
extern int dw_mci_runtime_suspend(struct device *device);