Lines Matching refs:caps
1678 if (host->caps & MMC_CAP_DRIVER_TYPE_A) in mmc_select_drive_strength()
1681 if (host->caps & MMC_CAP_DRIVER_TYPE_C) in mmc_select_drive_strength()
1684 if (host->caps & MMC_CAP_DRIVER_TYPE_D) in mmc_select_drive_strength()
1879 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL) && in _mmc_detect_change()
2184 if (!(card->host->caps & MMC_CAP_ERASE) || in mmc_erase()
2255 if ((card->host->caps & MMC_CAP_ERASE) && in mmc_can_erase()
2431 if (!(host->caps & MMC_CAP_HW_RESET) || !host->ops->hw_reset) in mmc_hw_reset_for_init()
2501 if (host->caps & MMC_CAP_NONREMOVABLE) in _mmc_detect_card_removed()
2544 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2550 if (ret && (host->caps & MMC_CAP_NEEDS_POLL)) { in mmc_detect_card_removed()
2579 if ((host->caps & MMC_CAP_NONREMOVABLE) && host->rescan_entered) in mmc_rescan()
2590 && !(host->caps & MMC_CAP_NONREMOVABLE)) in mmc_rescan()
2614 if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && in mmc_rescan()
2632 if (host->caps & MMC_CAP_NEEDS_POLL) in mmc_rescan()