Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/mmc/core/
Dhost.c400 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() function
468 EXPORT_SYMBOL(mmc_alloc_host);
/Linux-v5.10/include/linux/mmc/
Dhost.h482 struct mmc_host *mmc_alloc_host(int extra, struct device *);
/Linux-v5.10/drivers/mmc/host/
Dsdricoh_cs.c414 mmc_alloc_host(sizeof(struct sdricoh_host), &pcmcia_dev->dev); in sdricoh_init_mmc()
Dandroid-goldfish.c445 mmc = mmc_alloc_host(sizeof(struct goldfish_mmc_host), &pdev->dev); in goldfish_mmc_probe()
Dushc.c428 mmc = mmc_alloc_host(sizeof(struct ushc_data), &intf->dev); in ushc_probe()
Dowl-mmc.c570 mmc = mmc_alloc_host(sizeof(struct owl_mmc_host), &pdev->dev); in owl_mmc_probe()
Dtoshsd.c615 mmc = mmc_alloc_host(sizeof(struct toshsd_host), &pdev->dev); in toshsd_probe()
Dmxs-mmc.c583 mmc = mmc_alloc_host(sizeof(struct mxs_mmc_host), &pdev->dev); in mxs_mmc_probe()
Dmeson-mx-sdio.c644 mmc = mmc_alloc_host(sizeof(*host), &slot_pdev->dev); in meson_mx_mmc_probe()
Dcb710-mmc.c695 mmc = mmc_alloc_host(sizeof(*reader), cb710_slot_dev(slot)); in cb710_mmc_init()
Dmoxart-mmc.c568 mmc = mmc_alloc_host(sizeof(struct moxart_host), dev); in moxart_probe()
Dmeson-mx-sdhc-mmc.c771 mmc = mmc_alloc_host(sizeof(*host), dev); in meson_mx_sdhc_probe()
Dpxamci.c620 mmc = mmc_alloc_host(sizeof(struct pxamci_host), dev); in pxamci_probe()
Dmvsdio.c709 mmc = mmc_alloc_host(sizeof(struct mvsd_host), &pdev->dev); in mvsd_probe()
Dwmt-sdmmc.c781 mmc = mmc_alloc_host(sizeof(struct wmt_mci_priv), &pdev->dev); in wmt_mci_probe()
Djz4740_mmc.c976 mmc = mmc_alloc_host(sizeof(struct jz4740_mmc_host), &pdev->dev); in jz4740_mmc_probe()
Dalcor.c1086 mmc = mmc_alloc_host(sizeof(*host), &pdev->dev); in alcor_pci_sdmmc_drv_probe()
Dcavium.c1017 mmc = mmc_alloc_host(sizeof(struct cvm_mmc_slot), dev); in cvm_mmc_of_slot_probe()
Dmxcmmc.c1016 mmc = mmc_alloc_host(sizeof(*host), &pdev->dev); in mxcmci_probe()
Dmmc_spi.c1371 mmc = mmc_alloc_host(sizeof(*host), &spi->dev); in mmc_spi_probe()
Dtifm_sd.c957 mmc = mmc_alloc_host(sizeof(struct tifm_sd), &sock->dev); in tifm_sd_probe()
Dtmio_mmc_core.c1049 mmc = mmc_alloc_host(sizeof(struct tmio_mmc_host), &pdev->dev); in tmio_mmc_host_alloc()
Dau1xmmc.c939 mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev); in au1xmmc_probe()
Dmeson-gx-mmc.c1045 mmc = mmc_alloc_host(sizeof(struct meson_host), &pdev->dev); in meson_mmc_probe()
/Linux-v5.10/drivers/staging/greybus/
Dsdio.c771 mmc = mmc_alloc_host(sizeof(*host), &gbphy_dev->dev); in gb_sdio_probe()

12