pre_suspend      2421 drivers/mmc/core/core.c 		if (host->bus_ops->pre_suspend)
pre_suspend      2422 drivers/mmc/core/core.c 			err = host->bus_ops->pre_suspend(host);
pre_suspend        23 drivers/mmc/core/core.h 	int (*pre_suspend)(struct mmc_host *);
pre_suspend      1093 drivers/mmc/core/sdio.c 	.pre_suspend = mmc_sdio_pre_suspend,