get_max_timeout_count 1146 drivers/mmc/host/sdhci-esdhc-imx.c 	.get_max_timeout_count = esdhc_get_max_timeout_count,
get_max_timeout_count  393 drivers/mmc/host/sdhci-sprd.c 	.get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
get_max_timeout_count 1929 drivers/mmc/host/sdhci.c 				host->ops->get_max_timeout_count ?
get_max_timeout_count 1930 drivers/mmc/host/sdhci.c 				host->ops->get_max_timeout_count(host) :
get_max_timeout_count 3944 drivers/mmc/host/sdhci.c 		mmc->max_busy_timeout = host->ops->get_max_timeout_count ?
get_max_timeout_count 3945 drivers/mmc/host/sdhci.c 			host->ops->get_max_timeout_count(host) : 1 << 27;
get_max_timeout_count 3950 drivers/mmc/host/sdhci.c 	    !host->ops->get_max_timeout_count)
get_max_timeout_count  633 drivers/mmc/host/sdhci.h 	unsigned int	(*get_max_timeout_count)(struct sdhci_host *host);