Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci.h633 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
Dsdhci.c1926 host->ops->get_max_timeout_count ? in sdhci_set_ios()
1927 host->ops->get_max_timeout_count(host) : in sdhci_set_ios()
3941 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()
3942 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()
3947 !host->ops->get_max_timeout_count) in sdhci_setup_host()
Dsdhci-sprd.c393 .get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
Dsdhci-esdhc-imx.c1146 .get_max_timeout_count = esdhc_get_max_timeout_count,