Searched refs:devm_mmc_alloc_host (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/mmc/core/
H A Dhost.c593 struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra) function
612 EXPORT_SYMBOL(devm_mmc_alloc_host); variable
/linux-master/include/linux/mmc/
H A Dhost.h538 struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra);
/linux-master/drivers/mmc/host/
H A Dmeson-gx-mmc.c1146 mmc = devm_mmc_alloc_host(&pdev->dev, sizeof(struct meson_host));
H A Dsunplus-mmc.c866 mmc = devm_mmc_alloc_host(&pdev->dev, sizeof(struct spmmc_host));

Completed in 210 milliseconds