Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-of-dwcmshc.c195 static int dwcmshc_suspend(struct device *dev) in dwcmshc_suspend() function
234 static SIMPLE_DEV_PM_OPS(dwcmshc_pmops, dwcmshc_suspend, dwcmshc_resume);
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch43814 @@ -207,6 +429,7 @@ static int dwcmshc_suspend(struct device *dev)
43834 -static SIMPLE_DEV_PM_OPS(dwcmshc_pmops, dwcmshc_suspend, dwcmshc_resume);
43863 + SET_SYSTEM_SLEEP_PM_OPS(dwcmshc_suspend, dwcmshc_resume)