Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dmmc.c2137 static int _mmc_suspend(struct mmc_host *host, enum mmc_poweroff_type pm_type) in _mmc_suspend() function
2185 _mmc_suspend(host, MMC_POWEROFF_UNBIND); in mmc_remove()
2198 err = _mmc_suspend(host, MMC_POWEROFF_SUSPEND); in mmc_suspend()
2253 err = _mmc_suspend(host, MMC_POWEROFF_SHUTDOWN); in mmc_shutdown()
2277 err = _mmc_suspend(host, MMC_POWEROFF_SUSPEND); in mmc_runtime_suspend()
2367 err = _mmc_suspend(host, MMC_POWEROFF_UNDERVOLTAGE); in _mmc_handle_undervoltage()