Searched refs:pre_suspend (Results 1 – 3 of 3) sorted by relevance
51 if (host->bus_ops->pre_suspend) in mmc_host_class_prepare()52 return host->bus_ops->pre_suspend(host); in mmc_host_class_prepare()
23 int (*pre_suspend)(struct mmc_host *); member
1192 .pre_suspend = mmc_sdio_pre_suspend,