Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-spear.c154 sdhci_remove_host(host, dead); in sdhci_remove()
Dsdhci-bcm-kona.c311 sdhci_remove_host(host, 0); in sdhci_bcm_kona_probe()
Dsdhci-pxav2.c243 sdhci_remove_host(host, 1); in sdhci_pxav2_remove()
Dsdhci_f_sdh30.c203 sdhci_remove_host(host, readl(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_f_sdh30_remove()
Dsdhci-sirf.c225 sdhci_remove_host(host, 0); in sdhci_sirf_probe()
Dsdhci-pltfm.c225 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
Dsdhci-acpi.c444 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
Dsdhci.h650 extern void sdhci_remove_host(struct sdhci_host *host, int dead);
Dsdhci-msm.c577 sdhci_remove_host(host, dead); in sdhci_msm_remove()
Dsdhci-pxav3.c495 sdhci_remove_host(host, 1); in sdhci_pxav3_remove()
Dsdhci-s3c.c658 sdhci_remove_host(host, 1); in sdhci_s3c_remove()
Dsdhci-esdhc-imx.c1248 sdhci_remove_host(host, dead); in sdhci_esdhc_imx_remove()
Dsdhci.c3443 void sdhci_remove_host(struct sdhci_host *host, int dead) in sdhci_remove_host() function
3495 EXPORT_SYMBOL_GPL(sdhci_remove_host);
Dsdhci-pci-core.c1763 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()