Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-esdhc-mcf.c342 .get_max_timeout_count = esdhc_mcf_get_max_timeout_count,
A Dsdhci.h642 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
A Dsdhci-sprd.c420 .get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
A Dsdhci.c2363 host->ops->get_max_timeout_count ? in sdhci_set_ios()
2364 host->ops->get_max_timeout_count(host) : in sdhci_set_ios()
4455 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()
4456 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()
4461 !host->ops->get_max_timeout_count) in sdhci_setup_host()
A Dsdhci-esdhc-imx.c1391 .get_max_timeout_count = esdhc_get_max_timeout_count,

Completed in 19 milliseconds