Searched refs:mmc_card_suspended (Results 1 – 3 of 3) sorted by relevance
1069 if (mmc_card_suspended(host->card)) in _mmc_sd_suspend()1114 if (!mmc_card_suspended(host->card)) in _mmc_sd_resume()
1818 if (mmc_card_suspended(host->card)) in _mmc_suspend()1877 if (!mmc_card_suspended(host->card)) in _mmc_resume()
433 #define mmc_card_suspended(c) ((c)->state & MMC_STATE_SUSPENDED) macro