Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dhost.c519 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() function
589 EXPORT_SYMBOL(mmc_alloc_host);
604 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/staging/greybus/
H A Dsdio.c770 mmc = mmc_alloc_host(sizeof(*host), &gbphy_dev->dev); in gb_sdio_probe()
/linux/drivers/mmc/host/
H A Dvub300.c2118 mmc = mmc_alloc_host(sizeof(*vub300), &udev->dev); in vub300_probe()