Lines Matching refs:caps
1794 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL) && in _mmc_detect_change()
2095 if (!(card->host->caps & MMC_CAP_ERASE) || in mmc_erase()
2150 if ((card->host->caps & MMC_CAP_ERASE) && in mmc_can_erase()
2313 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init()
2384 if (host->caps & MMC_CAP_NONREMOVABLE) in _mmc_detect_card_removed()
2427 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2433 if (ret && (host->caps & MMC_CAP_NEEDS_POLL)) { in mmc_detect_card_removed()
2462 if ((host->caps & MMC_CAP_NONREMOVABLE) && host->rescan_entered) in mmc_rescan()
2473 && !(host->caps & MMC_CAP_NONREMOVABLE)) in mmc_rescan()
2497 if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && in mmc_rescan()
2515 if (host->caps & MMC_CAP_NEEDS_POLL) in mmc_rescan()