Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/mmc/core/
H A Dhost.c521 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() function
588 EXPORT_SYMBOL(mmc_alloc_host);
603 host = mmc_alloc_host(extra, dev); in devm_mmc_alloc_host()
/openbmc/linux/include/linux/mmc/
H A Dhost.h536 struct mmc_host *mmc_alloc_host(int extra, struct device *);
/openbmc/linux/drivers/mmc/host/
H A Dsdricoh_cs.c406 mmc_alloc_host(sizeof(struct sdricoh_host), &pcmcia_dev->dev); in sdricoh_init_mmc()
H A Dushc.c428 mmc = mmc_alloc_host(sizeof(struct ushc_data), &intf->dev); in ushc_probe()
H A Dlitex_mmc.c528 mmc = mmc_alloc_host(sizeof(struct litex_mmc_host), dev); in litex_mmc_probe()
H A Dtoshsd.c615 mmc = mmc_alloc_host(sizeof(struct toshsd_host), &pdev->dev); in toshsd_probe()
H A Dowl-mmc.c570 mmc = mmc_alloc_host(sizeof(struct owl_mmc_host), &pdev->dev); in owl_mmc_probe()
H A Dmeson-mx-sdio.c643 mmc = mmc_alloc_host(sizeof(*host), &slot_pdev->dev); in meson_mx_mmc_probe()
H A Dcb710-mmc.c695 mmc = mmc_alloc_host(sizeof(*reader), cb710_slot_dev(slot)); in cb710_mmc_init()
H A Dmxs-mmc.c572 mmc = mmc_alloc_host(sizeof(struct mxs_mmc_host), &pdev->dev); in mxs_mmc_probe()
H A Dpxamci.c618 mmc = mmc_alloc_host(sizeof(struct pxamci_host), dev); in pxamci_probe()
H A Dmeson-mx-sdhc-mmc.c776 mmc = mmc_alloc_host(sizeof(*host), dev); in meson_mx_sdhc_probe()
H A Dmoxart-mmc.c556 mmc = mmc_alloc_host(sizeof(struct moxart_host), dev); in moxart_probe()
H A Dmvsdio.c709 mmc = mmc_alloc_host(sizeof(struct mvsd_host), &pdev->dev); in mvsd_probe()
H A Dmmc_spi.c1190 mmc = mmc_alloc_host(sizeof(*host), &spi->dev); in mmc_spi_probe()
H A Dwmt-sdmmc.c777 mmc = mmc_alloc_host(sizeof(struct wmt_mci_priv), &pdev->dev); in wmt_mci_probe()
H A Dcavium.c1015 mmc = mmc_alloc_host(sizeof(struct cvm_mmc_slot), dev); in cvm_mmc_of_slot_probe()
H A Dalcor.c1086 mmc = mmc_alloc_host(sizeof(*host), &pdev->dev); in alcor_pci_sdmmc_drv_probe()
H A Djz4740_mmc.c1045 mmc = mmc_alloc_host(sizeof(struct jz4740_mmc_host), &pdev->dev); in jz4740_mmc_probe()
H A Dtmio_mmc_core.c1105 mmc = mmc_alloc_host(sizeof(struct tmio_mmc_host), &pdev->dev); in tmio_mmc_host_alloc()
H A Dau1xmmc.c939 mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev); in au1xmmc_probe()
H A Dtifm_sd.c949 mmc = mmc_alloc_host(sizeof(struct tifm_sd), &sock->dev); in tifm_sd_probe()
H A Dmxcmmc.c995 mmc = mmc_alloc_host(sizeof(*host), &pdev->dev); in mxcmci_probe()
H A Dvia-sdmmc.c1102 mmc = mmc_alloc_host(sizeof(struct via_crdr_mmc_host), &pcidev->dev); in via_sd_probe()
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c770 mmc = mmc_alloc_host(sizeof(*host), &gbphy_dev->dev); in gb_sdio_probe()

12