/linux-4.1.27/arch/mips/lantiq/xway/ |
H A D | Makefile | 3 obj-y += vmmc.o
|
H A D | vmmc.c | 42 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 D | stw481x-vmmc.c | 91 { .compatible = "st,stw481x-vmmc", }, 97 .name = "stw481x-vmmc-regulator",
|
H A D | tps65910-regulator.c | 186 .name = "vmmc", 982 { .name = "vmmc", .driver_data = (void *) &tps65910_regs[12] },
|
H A D | twl-regulator.c | 1060 TWL6030_OF_MATCH("ti,twl6030-vmmc", VMMC),
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | twl-common.c | 293 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 D | board-omap3pandora.c | 321 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"), 325 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1") 329 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.2"),
|
H A D | board-omap3logic.c | 56 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
|
H A D | board-rx51-peripherals.c | 516 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 D | board-ldp.c | 265 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
|
H A D | board-omap3beagle.c | 283 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
|
H A D | board-overo.c | 291 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
|
H A D | board-cm-t35.c | 321 REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"),
|
/linux-4.1.27/drivers/mfd/ |
H A D | stw481x.c | 164 .of_compatible = "st,stw481x-vmmc", 165 .name = "stw481x-vmmc-regulator",
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
H A D | mach-crag6410.c | 455 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 D | board-kzm9g.c | 343 REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"), 387 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"), 417 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.2"),
|
H A D | board-marzen.c | 51 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
|
H A D | board-armadillo800eva.c | 638 REGULATOR_SUPPLY("vmmc", "sh_mmcif"), 649 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"), 729 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
|
H A D | board-bockw.c | 119 REGULATOR_SUPPLY("vmmc", "sh_mmcif"),
|
/linux-4.1.27/arch/sh/boards/ |
H A D | board-sh7757lcr.c | 204 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 D | setup.c | 432 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"), 434 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"),
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | tmio_mmc_pio.c | 860 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 D | mxs-mmc.c | 607 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 D | mmci.c | 1329 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 D | mxcmmc.c | 243 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 D | sunxi-mmc.c | 697 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 D | dw_mmc.c | 1192 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 D | sdhci.c | 1290 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 D | atmel-mci.c | 1403 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 D | pxamci.c | 86 host->vcc = regulator_get_optional(mmc_dev(host->mmc), "vmmc"); pxamci_init_ocr()
|
H A D | sh_mmcif.c | 992 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 D | usdhi6rol0.c | 790 if (!IS_ERR(mmc->supply.vmmc)) usdhi6_set_power() 792 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, usdhi6_set_power()
|
H A D | omap_hsmmc.c | 347 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 D | setup.c | 453 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 D | raumfeld.c | 917 REGULATOR_SUPPLY("vmmc", "pxa2xx-mci.0"); 934 .name = "vmmc",
|
/linux-4.1.27/arch/arm/mach-ux500/ |
H A D | board-mop500-regulators.c | 93 REGULATOR_SUPPLY("vmmc", "sdi4"), 107 REGULATOR_SUPPLY("vmmc", "sdi0"),
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 542 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 D | core.c | 1409 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 D | setup.c | 359 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
|
/linux-4.1.27/arch/sh/boards/mach-migor/ |
H A D | setup.c | 395 REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | mach-mx31_3ds.c | 397 REGULATOR_SUPPLY("vmmc", "imx31-mmc.0"),
|
/linux-4.1.27/include/linux/mmc/ |
H A D | host.h | 195 struct regulator *vmmc; /* Card power supply */ member in struct:mmc_supply
|
/linux-4.1.27/include/linux/i2c/ |
H A D | twl.h | 736 struct regulator_init_data *vmmc; member in struct:twl4030_platform_data
|