Searched refs:mmc_alloc_host (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mmc/
H A Dhost.h130 extern struct mmc_host *mmc_alloc_host(int extra, struct device *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c566 * mmc_alloc_host - initialise the per-host structure.
572 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) function
598 EXPORT_SYMBOL(mmc_alloc_host); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.c484 mmc = mmc_alloc_host(sizeof(struct mmci_host), &dev->dev);
H A Dpxamci.c419 mmc = mmc_alloc_host(sizeof(struct pxamci_host), &pdev->dev);
H A Dat91_mci.c800 mmc = mmc_alloc_host(sizeof(struct at91mci_host), &pdev->dev);
H A Dau1xmmc.c885 struct mmc_host *mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev);
H A Dimxmmc.c954 mmc = mmc_alloc_host(sizeof(struct imxmci_host), &pdev->dev);
H A Domap.c1025 mmc = mmc_alloc_host(sizeof(struct mmc_omap_host), &pdev->dev);
H A Dsdhci.c1184 mmc = mmc_alloc_host(sizeof(struct sdhci_host), &pdev->dev);
H A Dtifm_sd.c956 mmc = mmc_alloc_host(sizeof(struct tifm_sd), &sock->dev);
H A Dwbsd.c1220 mmc = mmc_alloc_host(sizeof(struct wbsd_host), dev);

Completed in 208 milliseconds