Searched refs:mmc_runtime_resume (Results 1 – 2 of 2) sorted by relevance
203 static int mmc_runtime_resume(struct device *dev) in mmc_runtime_resume() function213 SET_RUNTIME_PM_OPS(mmc_runtime_suspend, mmc_runtime_resume, NULL)
2224 static int mmc_runtime_resume(struct mmc_host *host) in mmc_runtime_resume() function2277 .runtime_resume = mmc_runtime_resume,