Home
last modified time | relevance | path

Searched refs:get_max_timeout_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h534 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
Dsdhci.c1504 host->ops->get_max_timeout_count ? in sdhci_do_set_ios()
1505 host->ops->get_max_timeout_count(host) : in sdhci_do_set_ios()
3112 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_add_host()
3113 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_add_host()
Dsdhci-esdhc-imx.c941 .get_max_timeout_count = esdhc_get_max_timeout_count,