Searched refs:vmmc (Results 1 - 43 of 43) sorted by relevance

/linux-4.1.27/arch/mips/lantiq/xway/
H A DMakefile3 obj-y += vmmc.o
H A Dvmmc.c42 if (gpio_request(gpio, "vmmc-relay")) vmmc_probe()
55 { .compatible = "lantiq,vmmc-xway" },
63 .name = "lantiq,vmmc",
/linux-4.1.27/drivers/regulator/
H A Dstw481x-vmmc.c91 { .compatible = "st,stw481x-vmmc", },
97 .name = "stw481x-vmmc-regulator",
H A Dtps65910-regulator.c186 .name = "vmmc",
982 { .name = "vmmc", .driver_data = (void *) &tps65910_regs[12] },
H A Dtwl-regulator.c1060 TWL6030_OF_MATCH("ti,twl6030-vmmc", VMMC),
/linux-4.1.27/arch/arm/mach-omap2/
H A Dtwl-common.c293 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
508 if (regulators_flags & TWL_COMMON_REGULATOR_VMMC && !pmic_data->vmmc) omap4_pmic_get_config()
509 pmic_data->vmmc = &omap4_vmmc_idata; omap4_pmic_get_config()
H A Dboard-omap3pandora.c321 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
325 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1")
329 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.2"),
H A Dboard-omap3logic.c56 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
H A Dboard-rx51-peripherals.c516 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
524 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
539 /* Keep vmmc as last item. It is not iterated for newer boards */
540 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"),
H A Dboard-ldp.c265 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
H A Dboard-omap3beagle.c283 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
H A Dboard-overo.c291 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
H A Dboard-cm-t35.c321 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
/linux-4.1.27/drivers/mfd/
H A Dstw481x.c164 .of_compatible = "st,stw481x-vmmc",
165 .name = "stw481x-vmmc-regulator",
/linux-4.1.27/arch/arm/mach-s3c64xx/
H A Dmach-crag6410.c455 REGULATOR_SUPPLY("vmmc", "s3c-sdhci.0"),
456 REGULATOR_SUPPLY("vmmc", "s3c-sdhci.1"),
457 REGULATOR_SUPPLY("vmmc", "s3c-sdhci.2"),
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dboard-kzm9g.c343 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
387 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
417 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.2"),
H A Dboard-marzen.c51 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
H A Dboard-armadillo800eva.c638 REGULATOR_SUPPLY("vmmc", "sh_mmcif"),
649 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
729 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
H A Dboard-bockw.c119 REGULATOR_SUPPLY("vmmc", "sh_mmcif"),
/linux-4.1.27/arch/sh/boards/
H A Dboard-sh7757lcr.c204 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
206 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c432 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
434 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
/linux-4.1.27/drivers/mmc/host/
H A Dtmio_mmc_pio.c860 if (!IS_ERR(mmc->supply.vmmc)) { tmio_mmc_power_on()
861 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); tmio_mmc_power_on()
891 if (!IS_ERR(mmc->supply.vmmc)) tmio_mmc_power_off()
892 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); tmio_mmc_power_off()
H A Dmxs-mmc.c607 reg_vmmc = devm_regulator_get(&pdev->dev, "vmmc"); mxs_mmc_probe()
612 "Failed to enable vmmc regulator: %d\n", ret); mxs_mmc_probe()
H A Dmmci.c1329 if (!IS_ERR(mmc->supply.vmmc)) mmci_set_ios()
1330 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); mmci_set_ios()
1339 if (!IS_ERR(mmc->supply.vmmc)) mmci_set_ios()
1340 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); mmci_set_ios()
H A Dmxcmmc.c243 if (!IS_ERR(host->mmc->supply.vmmc)) { mxcmci_set_power()
246 host->mmc->supply.vmmc, vdd); mxcmci_set_power()
249 host->mmc->supply.vmmc, 0); mxcmci_set_power()
H A Dsunxi-mmc.c697 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); sunxi_mmc_set_ios()
709 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); sunxi_mmc_set_ios()
901 dev_err(&pdev->dev, "Could not get vmmc supply\n"); sunxi_mmc_resource_request()
H A Ddw_mmc.c1192 if (!IS_ERR(mmc->supply.vmmc)) { dw_mci_set_ios()
1193 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, dw_mci_set_ios()
1197 "failed to enable vmmc regulator\n"); dw_mci_set_ios()
1198 /*return, if failed turn on vmmc*/ dw_mci_set_ios()
1235 if (!IS_ERR(mmc->supply.vmmc)) dw_mci_set_ios()
1236 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); dw_mci_set_ios()
H A Dsdhci.c1290 if (!IS_ERR(mmc->supply.vmmc)) { sdhci_set_power()
1292 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); sdhci_set_power()
1507 if (!IS_ERR(mmc->supply.vmmc) && sdhci_do_set_ios()
1509 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); sdhci_do_set_ios()
3279 if (!max_current_caps && !IS_ERR(mmc->supply.vmmc)) { sdhci_add_host()
3280 int curr = regulator_get_current_limit(mmc->supply.vmmc); sdhci_add_host()
H A Datmel-mci.c1403 if (!IS_ERR(mmc->supply.vmmc)) atmci_set_ios()
1404 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); atmci_set_ios()
1408 if (!IS_ERR(mmc->supply.vmmc)) atmci_set_ios()
1409 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); atmci_set_ios()
H A Dpxamci.c86 host->vcc = regulator_get_optional(mmc_dev(host->mmc), "vmmc"); pxamci_init_ocr()
H A Dsh_mmcif.c992 if (!IS_ERR(mmc->supply.vmmc)) sh_mmcif_set_power()
994 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, sh_mmcif_set_power()
H A Dusdhi6rol0.c790 if (!IS_ERR(mmc->supply.vmmc)) usdhi6_set_power()
792 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, usdhi6_set_power()
H A Domap_hsmmc.c347 reg = devm_regulator_get(host->dev, "vmmc"); omap_hsmmc_reg_get()
349 dev_err(host->dev, "unable to get vmmc regulator %ld\n", omap_hsmmc_reg_get()
/linux-4.1.27/arch/sh/boards/mach-se/7724/
H A Dsetup.c453 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
455 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
/linux-4.1.27/arch/arm/mach-pxa/
H A Draumfeld.c917 REGULATOR_SUPPLY("vmmc", "pxa2xx-mci.0");
934 .name = "vmmc",
/linux-4.1.27/arch/arm/mach-ux500/
H A Dboard-mop500-regulators.c93 REGULATOR_SUPPLY("vmmc", "sdi4"),
107 REGULATOR_SUPPLY("vmmc", "sdi0"),
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
H A Dsetup.c542 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"),
544 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
576 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
/linux-4.1.27/drivers/mmc/core/
H A Dcore.c1409 mmc->supply.vmmc = devm_regulator_get_optional(dev, "vmmc"); mmc_regulator_get_supply()
1412 if (IS_ERR(mmc->supply.vmmc)) { mmc_regulator_get_supply()
1413 if (PTR_ERR(mmc->supply.vmmc) == -EPROBE_DEFER) mmc_regulator_get_supply()
1415 dev_info(dev, "No vmmc regulator found\n"); mmc_regulator_get_supply()
1417 ret = mmc_regulator_get_ocrmask(mmc->supply.vmmc); mmc_regulator_get_supply()
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c359 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
/linux-4.1.27/arch/sh/boards/mach-migor/
H A Dsetup.c395 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
/linux-4.1.27/arch/arm/mach-imx/
H A Dmach-mx31_3ds.c397 REGULATOR_SUPPLY("vmmc", "imx31-mmc.0"),
/linux-4.1.27/include/linux/mmc/
H A Dhost.h195 struct regulator *vmmc; /* Card power supply */ member in struct:mmc_supply
/linux-4.1.27/include/linux/i2c/
H A Dtwl.h736 struct regulator_init_data *vmmc; member in struct:twl4030_platform_data

Completed in 683 milliseconds