Symbol: sdhci_remove_host
drivers/mmc/host/sdhci-acpi.c
970
sdhci_remove_host(c->host, dead);
drivers/mmc/host/sdhci-bcm-kona.c
298
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-esdhc-imx.c
2040
sdhci_remove_host(host, dead);
drivers/mmc/host/sdhci-esdhc-mcf.c
491
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-milbeaut.c
315
sdhci_remove_host(host, readl(host->ioaddr + SDHCI_INT_STATUS) ==
drivers/mmc/host/sdhci-msm.c
2922
sdhci_remove_host(host, dead);
drivers/mmc/host/sdhci-of-aspeed.c
458
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-of-dwcmshc.c
2534
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-of-ma35d1.c
285
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-omap.c
1394
sdhci_remove_host(host, true);
drivers/mmc/host/sdhci-pci-core.c
2261
sdhci_remove_host(slot->host, dead);
drivers/mmc/host/sdhci-pic32.c
215
sdhci_remove_host(host, scratch == (u32)~0);
drivers/mmc/host/sdhci-pltfm.c
163
sdhci_remove_host(host, dead);
drivers/mmc/host/sdhci-pxav3.c
520
sdhci_remove_host(host, 1);
drivers/mmc/host/sdhci-s3c.c
676
sdhci_remove_host(host, 1);
drivers/mmc/host/sdhci-spear.c
129
sdhci_remove_host(host, dead);
drivers/mmc/host/sdhci-sprd.c
893
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-tegra.c
1823
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci-uhs2.c
1234
sdhci_remove_host(host, dead);
drivers/mmc/host/sdhci-xenon.c
618
sdhci_remove_host(host, 0);
drivers/mmc/host/sdhci.c
5007
EXPORT_SYMBOL_GPL(sdhci_remove_host);
drivers/mmc/host/sdhci.h
826
void sdhci_remove_host(struct sdhci_host *host, int dead);
drivers/mmc/host/sdhci_am654.c
1032
sdhci_remove_host(host, true);