/linux-4.4.14/drivers/mmc/core/ |
D | host.c | 435 void mmc_free_host(struct mmc_host *host) in mmc_free_host() function 441 EXPORT_SYMBOL(mmc_free_host);
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdricoh_cs.c | 469 mmc_free_host(mmc); in sdricoh_init_mmc() 510 mmc_free_host(mmc); in sdricoh_pcmcia_detach()
|
D | android-goldfish.c | 540 mmc_free_host(host->mmc); in goldfish_mmc_probe() 555 mmc_free_host(host->mmc); in goldfish_mmc_remove()
|
D | bfin_sdh.c | 614 mmc_free_host(mmc); in sdh_probe() 633 mmc_free_host(mmc); in sdh_remove()
|
D | toshsd.c | 671 mmc_free_host(mmc); in toshsd_probe() 687 mmc_free_host(host->mmc); in toshsd_remove()
|
D | mxs-mmc.c | 684 mmc_free_host(mmc); in mxs_mmc_probe() 701 mmc_free_host(mmc); in mxs_mmc_remove()
|
D | moxart-mmc.c | 682 mmc_free_host(mmc); in moxart_probe() 699 mmc_free_host(mmc); in moxart_remove()
|
D | cb710-mmc.c | 737 mmc_free_host(mmc); in cb710_mmc_init() 761 mmc_free_host(mmc); in cb710_mmc_exit()
|
D | pxamci.c | 842 mmc_free_host(mmc); in pxamci_probe() 884 mmc_free_host(mmc); in pxamci_remove()
|
D | mvsdio.c | 827 mmc_free_host(mmc); in mvsd_probe() 845 mmc_free_host(mmc); in mvsd_remove()
|
D | wmt-sdmmc.c | 875 mmc_free_host(mmc); in wmt_mci_probe() 915 mmc_free_host(mmc); in wmt_mci_remove()
|
D | jz4740_mmc.c | 1104 mmc_free_host(mmc); in jz4740_mmc_probe() 1127 mmc_free_host(host->mmc); in jz4740_mmc_remove()
|
D | sunxi-mmc.c | 1084 mmc_free_host(mmc); in sunxi_mmc_probe() 1104 mmc_free_host(mmc); in sunxi_mmc_remove()
|
D | ushc.c | 412 mmc_free_host(ushc->mmc); in ushc_clean_up()
|
D | mmc_spi.c | 1474 mmc_free_host(mmc); in mmc_spi_probe() 1509 mmc_free_host(mmc); in mmc_spi_remove()
|
D | mxcmmc.c | 1178 mmc_free_host(mmc); in mxcmci_probe() 1199 mmc_free_host(mmc); in mxcmci_remove()
|
D | tifm_sd.c | 994 mmc_free_host(mmc); in tifm_sd_probe() 1026 mmc_free_host(mmc); in tifm_sd_remove()
|
D | au1xmmc.c | 1128 mmc_free_host(mmc); in au1xmmc_probe() 1170 mmc_free_host(host->mmc); in au1xmmc_remove()
|
D | davinci_mmc.c | 1395 mmc_free_host(mmc); in davinci_mmcsd_probe() 1426 mmc_free_host(host->mmc); in davinci_mmcsd_remove()
|
D | via-sdmmc.c | 1170 mmc_free_host(mmc); in via_sd_probe() 1224 mmc_free_host(sdhost->mmc); in via_sd_remove()
|
D | rtsx_pci_sdmmc.c | 1409 mmc_free_host(mmc); in rtsx_pci_sdmmc_drv_probe() 1469 mmc_free_host(mmc); in rtsx_pci_sdmmc_drv_remove()
|
D | omap.c | 1298 mmc_free_host(mmc); in mmc_omap_new_slot() 1316 mmc_free_host(mmc); in mmc_omap_remove_slot()
|
D | sh_mmcif.c | 1590 mmc_free_host(mmc); in sh_mmcif_probe() 1615 mmc_free_host(host->mmc); in sh_mmcif_remove()
|
D | mmci.c | 1749 mmc_free_host(mmc); in mmci_probe() 1776 mmc_free_host(mmc); in mmci_remove()
|
D | s3cmci.c | 1804 mmc_free_host(mmc); in s3cmci_probe() 1855 mmc_free_host(mmc); in s3cmci_remove()
|
D | mtk-sd.c | 1606 mmc_free_host(mmc); in msdc_drv_probe() 1634 mmc_free_host(host->mmc); in msdc_drv_remove()
|
D | usdhi6rol0.c | 1818 mmc_free_host(mmc); in usdhi6_probe() 1833 mmc_free_host(host->mmc); in usdhi6_remove()
|
D | omap_hsmmc.c | 2241 mmc_free_host(mmc); in omap_hsmmc_probe() 2264 mmc_free_host(host->mmc); in omap_hsmmc_remove()
|
D | tmio_mmc_pio.c | 1077 mmc_free_host(host->mmc); in tmio_mmc_host_free()
|
D | vub300.c | 381 mmc_free_host(mmc); in vub300_delete() 2353 mmc_free_host(mmc); in vub300_probe()
|
D | wbsd.c | 1281 mmc_free_host(mmc); in wbsd_free_mmc()
|
D | rtsx_usb_sdmmc.c | 1432 mmc_free_host(mmc); in rtsx_usb_sdmmc_drv_remove()
|
D | dw_mmc.c | 2626 mmc_free_host(mmc); in dw_mci_init_slot() 2635 mmc_free_host(slot->mmc); in dw_mci_cleanup_slot()
|
D | atmel-mci.c | 2276 mmc_free_host(slot->mmc); in atmci_cleanup_slot()
|
D | sdhci.c | 3499 mmc_free_host(host->mmc); in sdhci_free_host()
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 379 void mmc_free_host(struct mmc_host *);
|