Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dcore.h26 int (*pre_suspend)(struct mmc_host *); member
Dsdio.c1074 .pre_suspend = mmc_sdio_pre_suspend,
Dcore.c2745 if (host->bus_ops->pre_suspend) in mmc_pm_notify()
2746 err = host->bus_ops->pre_suspend(host); in mmc_pm_notify()