Searched refs:mmc_pdata (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | pdata-quirks.c | 39 static struct omap_hsmmc_platform_data __maybe_unused mmc_pdata[2]; variable 277 mmc_pdata[0].name = "external"; in nokia_n900_legacy_init() 278 mmc_pdata[1].name = "internal"; in nokia_n900_legacy_init() 556 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x4809c000, "4809c000.mmc", &mmc_pdata[0]), 557 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x480b4000, "480b4000.mmc", &mmc_pdata[1]),
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | mx31lite-db.c | 125 static const struct imxmmc_platform_data mmc_pdata __initconst = { 159 imx31_add_mxc_mmc(0, &mmc_pdata); in mx31lite_db_init()
|
D | mx31lilly-db.c | 139 static const struct imxmmc_platform_data mmc_pdata __initconst = { 189 imx31_add_mxc_mmc(0, &mmc_pdata); in mx31lilly_db_init()
|
/Linux-v4.19/drivers/mmc/host/ |
D | omap_hsmmc.c | 155 #define mmc_pdata(host) host->pdata macro 477 if (mmc_pdata(host)->no_regulator_off_init) in omap_hsmmc_reg_get() 626 if ((mmc_pdata(host)->features & HSMMC_HAS_HSPE_SUPPORT) && in omap_hsmmc_set_clock() 837 return sprintf(buf, "%s\n", mmc_pdata(host)->name); in omap_hsmmc_show_slot_name() 1073 if (mmc_pdata(host)->features & HSMMC_HAS_UPDATED_RESET) { in omap_hsmmc_reset_controller_fsm() 1662 if (mmc_pdata(host)->init_card) in omap_hsmmc_init_card() 1663 mmc_pdata(host)->init_card(card); in omap_hsmmc_init_card() 2074 mmc->caps |= mmc_pdata(host)->caps; in omap_hsmmc_probe() 2078 if (mmc_pdata(host)->nonremovable) in omap_hsmmc_probe() 2081 mmc->pm_caps |= mmc_pdata(host)->pm_caps; in omap_hsmmc_probe() [all …]
|