Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Dsdhci-esdhc-mcf.c344 .get_max_timeout_count = esdhc_mcf_get_max_timeout_count,
H A Dsdhci.h703 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
H A Dsdhci.c2386 host->ops->get_max_timeout_count ? in sdhci_set_ios_common()
2387 host->ops->get_max_timeout_count(host) : in sdhci_set_ios_common()
4506 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()
4507 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()
4512 !host->ops->get_max_timeout_count) in sdhci_setup_host()
H A Dsdhci-sprd.c455 .get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
H A Dsdhci-esdhc-imx.c1433 .get_max_timeout_count = esdhc_get_max_timeout_count,