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.c2123 static int _mmc_suspend(struct mmc_host *host, enum mmc_poweroff_type pm_type) in _mmc_suspend() function
2171 _mmc_suspend(host, MMC_POWEROFF_UNBIND); in mmc_remove()
2184 err = _mmc_suspend(host, MMC_POWEROFF_SUSPEND); in mmc_suspend()
2239 err = _mmc_suspend(host, MMC_POWEROFF_SHUTDOWN); in mmc_shutdown()
2263 err = _mmc_suspend(host, MMC_POWEROFF_SUSPEND); in mmc_runtime_suspend()
2353 err = _mmc_suspend(host, MMC_POWEROFF_UNDERVOLTAGE); in _mmc_handle_undervoltage()