Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dcore.c950 if (!host->detect_change) { in mmc_execute_tuning()
1423 host->detect_change = 1; in _mmc_detect_change()
2152 if (!host->detect_change && !(host->caps & MMC_CAP_NEEDS_POLL)) in mmc_detect_card_removed()
2155 host->detect_change = 0; in mmc_detect_card_removed()
2232 host->detect_change = 0; in mmc_rescan()
/openbmc/linux/include/linux/mmc/
H A Dhost.h479 int detect_change; /* card detect flag */ member