Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.c226 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios);
247 sdhci_set_ios(host->mmc, &host->mmc->ios); in sdhci_init()
1622 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios() function
2221 .set_ios = sdhci_set_ios,