Searched refs:pre_suspend (Results 1 – 3 of 3) sorted by relevance
23 int (*pre_suspend)(struct mmc_host *); member
2384 if (host->bus_ops->pre_suspend) in mmc_pm_notify()2385 err = host->bus_ops->pre_suspend(host); in mmc_pm_notify()
1154 .pre_suspend = mmc_sdio_pre_suspend,