Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dhost.c512 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() function
582 EXPORT_SYMBOL(mmc_alloc_host);
597 host = mmc_alloc_host(extra, dev); in devm_mmc_alloc_host()
/linux/include/linux/mmc/
H A Dhost.h586 struct mmc_host *mmc_alloc_host(int extra, struct device *);
/linux/drivers/mmc/host/
H A Dvub300.c2126 mmc = mmc_alloc_host(sizeof(*vub300), &udev->dev); in vub300_probe()