Home
last modified time | relevance | path

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

/drivers/mmc/core/
Dhost.c58 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() function
106 EXPORT_SYMBOL(mmc_alloc_host);
/drivers/mmc/host/
Dsdricoh_cs.c427 mmc_alloc_host(sizeof(struct sdricoh_host), &pcmcia_dev->dev); in sdricoh_init_mmc()
Dgoldfish.c465 mmc = mmc_alloc_host(sizeof(struct goldfish_mmc_host), &pdev->dev); in goldfish_mmc_probe()
Dtmio_mmc.c563 mmc = mmc_alloc_host(sizeof(struct tmio_mmc_host), &dev->dev); in tmio_mmc_probe()
Dpxamci.c515 mmc = mmc_alloc_host(sizeof(struct pxamci_host), &pdev->dev); in pxamci_probe()
Dmmci.c510 mmc = mmc_alloc_host(sizeof(struct mmci_host), &dev->dev); in mmci_probe()
Dmxcmmc.c675 mmc = mmc_alloc_host(sizeof(struct mxcmci_host), &pdev->dev); in mxcmci_probe()
Dat91_mci.c999 mmc = mmc_alloc_host(sizeof(struct at91mci_host), &pdev->dev); in at91_mci_probe()
Dau1xmmc.c947 mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev); in au1xmmc_probe()
Dmmc_spi.c1259 mmc = mmc_alloc_host(sizeof(*host), &spi->dev); in mmc_spi_probe()
Dimxmmc.c960 mmc = mmc_alloc_host(sizeof(struct imxmci_host), &pdev->dev); in imxmci_probe()
Dtifm_sd.c961 mmc = mmc_alloc_host(sizeof(struct tifm_sd), &sock->dev); in tifm_sd_probe()
Domap_hsmmc.c931 mmc = mmc_alloc_host(sizeof(struct mmc_omap_host), &pdev->dev); in omap_mmc_probe()
Dwbsd.c1206 mmc = mmc_alloc_host(sizeof(struct wbsd_host), dev); in wbsd_alloc_mmc()
Ds3cmci.c1254 mmc = mmc_alloc_host(sizeof(struct s3cmci_host), &pdev->dev); in s3cmci_probe()
Datmel-mci.c1450 mmc = mmc_alloc_host(sizeof(struct atmel_mci_slot), &host->pdev->dev); in atmci_init_slot()
Domap.c1307 mmc = mmc_alloc_host(sizeof(struct mmc_omap_slot), host->dev); in mmc_omap_new_slot()
Dsdhci.c1511 mmc = mmc_alloc_host(sizeof(struct sdhci_host) + priv_size, dev); in sdhci_alloc_host()