Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci.h592 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
Dsdhci.c1757 host->ops->get_max_timeout_count ? in sdhci_set_ios()
1758 host->ops->get_max_timeout_count(host) : in sdhci_set_ios()
3696 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()
3697 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()
3702 !host->ops->get_max_timeout_count) in sdhci_setup_host()
Dsdhci-esdhc-imx.c1057 .get_max_timeout_count = esdhc_get_max_timeout_count,