Searched refs:max_busy_timeout (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/mmc/core/
H A Dmmc_ops.c478 * If the cmd timeout and the max_busy_timeout of the host are both __mmc_switch()
483 if (timeout_ms && host->max_busy_timeout && __mmc_switch()
484 (timeout_ms > host->max_busy_timeout)) __mmc_switch()
H A Dmmc.c1530 * If the max_busy_timeout of the host is specified, validate it against mmc_sleep()
1535 if (host->max_busy_timeout && (timeout_ms > host->max_busy_timeout)) { mmc_sleep()
H A Dcore.c2226 if (timeout > host->max_busy_timeout) mmc_do_calc_max_discard()
2258 if (!host->max_busy_timeout) mmc_calc_max_discard()
2278 mmc_hostname(host), max_discard, host->max_busy_timeout); mmc_calc_max_discard()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h310 unsigned int max_busy_timeout; /* max busy timeout in ms */ member in struct:mmc_host
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c802 * has specified a max_busy_timeout we need to validate it. A failure send_stop()
806 if (host->max_busy_timeout && (timeout_ms > host->max_busy_timeout)) send_stop()
/linux-4.1.27/drivers/mmc/host/
H A Dsdhci.c1536 host->mmc->max_busy_timeout = sdhci_do_set_ios()
1540 host->mmc->max_busy_timeout /= host->timeout_clk; sdhci_do_set_ios()
3143 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? sdhci_add_host()
3145 mmc->max_busy_timeout /= host->timeout_clk; sdhci_add_host()
H A Dmmci.c1639 mmc->max_busy_timeout = 0; mmci_probe()

Completed in 150 milliseconds