/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | usdhi6rol0.txt | 14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card 32 vqmmc-supply = <&vccq_sd0>;
|
D | sdhci-fujitsu.txt | 16 - vqmmc-supply: phandle to the regulator device tree node, mentioned 27 vqmmc-supply = <&vccq_sdhci1>;
|
D | sdhci-msm.txt | 31 vqmmc-supply = <&pm8941_s3>; 48 vqmmc-supply = <&pm8941_l13>;
|
D | mmci.txt | 18 - vqmmc-supply : phandle to the regulator device tree node, mentioned 56 vqmmc-supply = <&vmmci>;
|
D | sdhci-st.txt | 48 - vqmmc-supply: Phandle to the regulator dt node, mentioned as the vcc/vdd 106 vqmmc-supply = <&vmmc_reg>;
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm28155-ap.dts | 60 vqmmc-supply = <&iosr1_reg>; 68 vqmmc-supply = <&sdxldo_reg>;
|
D | tegra20-iris-512.dts | 76 vqmmc-supply = <&vcc_sd_reg>;
|
D | r8a7791-henninger.dts | 183 vqmmc-supply = <&vccq_sdhi0>; 194 vqmmc-supply = <&vccq_sdhi2>;
|
D | atlas7.dtsi | 466 vqmmc-supply = <&vqmmc>; 467 vqmmc: vqmmc@2 { label 470 regulator-name = "vqmmc-ldo";
|
D | socfpga_cyclone5_sockit.dts | 65 vqmmc-supply = <®ulator_3_3v>;
|
D | socfpga_arria5_socdk.dts | 80 vqmmc-supply = <®ulator_3_3v>;
|
D | socfpga_cyclone5_socdk.dts | 85 vqmmc-supply = <®ulator_3_3v>;
|
D | r8a7791-koelsch.dts | 441 vqmmc-supply = <&vccq_sdhi0>; 452 vqmmc-supply = <&vccq_sdhi1>; 463 vqmmc-supply = <&vccq_sdhi2>;
|
D | r8a7790-lager.dts | 492 vqmmc-supply = <&vccq_sdhi0>; 502 vqmmc-supply = <&vccq_sdhi2>;
|
D | ste-href.dtsi | 144 vqmmc-supply = <&vmmci>;
|
D | r8a7740-armadillo800eva.dts | 290 vqmmc-supply = <&vccq_sdhi0>;
|
D | omap3-overo-base.dtsi | 188 vqmmc-supply = <&w3cbw003c_bt_nreset>;
|
D | tegra124-nyan.dtsi | 380 vqmmc-supply = <&vddio_1v8>; 390 vqmmc-supply = <&vddio_sdmmc3>;
|
D | exynos5420-arndale-octa.dts | 73 vqmmc-supply = <&ldo13_reg>;
|
D | qcom-apq8064.dtsi | 375 vqmmc-supply = <&vsdcc_fixed>;
|
D | ste-snowball.dts | 173 vqmmc-supply = <&vmmci>;
|
D | rk3066a-rayeager.dts | 181 vqmmc-supply = <&vcc_emmc>;
|
D | rk3288-firefly.dtsi | 178 vqmmc-supply = <&vcc_flash>;
|
D | exynos5420-peach-pit.dts | 726 vqmmc-supply = <&buck10_reg>;
|
D | exynos5800-peach-pi.dts | 689 vqmmc-supply = <&buck10_reg>;
|
D | tegra114-roth.dts | 967 vqmmc-supply = <&vddio_sdmmc3>;
|
D | tegra124-venice2.dts | 896 vqmmc-supply = <&vddio_sdmmc3>;
|
D | tegra124-jetson-tk1.dts | 1683 vqmmc-supply = <&vddio_sdmmc3>;
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.c | 1332 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in mmci_set_ios() 1333 regulator_disable(mmc->supply.vqmmc); in mmci_set_ios() 1351 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in mmci_set_ios() 1352 ret = regulator_enable(mmc->supply.vqmmc); in mmci_set_ios() 1441 if (!IS_ERR(mmc->supply.vqmmc)) { in mmci_sig_volt_switch() 1447 ret = regulator_set_voltage(mmc->supply.vqmmc, in mmci_sig_volt_switch() 1451 ret = regulator_set_voltage(mmc->supply.vqmmc, in mmci_sig_volt_switch() 1455 ret = regulator_set_voltage(mmc->supply.vqmmc, in mmci_sig_volt_switch()
|
D | sdhci.c | 1802 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch() 1803 ret = regulator_set_voltage(mmc->supply.vqmmc, 2700000, in sdhci_do_start_signal_voltage_switch() 1824 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch() 1825 ret = regulator_set_voltage(mmc->supply.vqmmc, in sdhci_do_start_signal_voltage_switch() 1855 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch() 1856 ret = regulator_set_voltage(mmc->supply.vqmmc, 1100000, in sdhci_do_start_signal_voltage_switch() 3190 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_add_host() 3191 ret = regulator_enable(mmc->supply.vqmmc); in sdhci_add_host() 3192 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000, in sdhci_add_host() 3200 mmc->supply.vqmmc = ERR_PTR(-EINVAL); in sdhci_add_host() [all …]
|
D | tmio_mmc_pio.c | 874 if (!IS_ERR(mmc->supply.vqmmc) && !ret) { in tmio_mmc_power_on() 875 ret = regulator_enable(mmc->supply.vqmmc); in tmio_mmc_power_on() 888 if (!IS_ERR(mmc->supply.vqmmc)) in tmio_mmc_power_off() 889 regulator_disable(mmc->supply.vqmmc); in tmio_mmc_power_off()
|
D | dw_mmc.c | 1209 if (!IS_ERR(mmc->supply.vqmmc)) { in dw_mci_set_ios() 1210 ret = regulator_enable(mmc->supply.vqmmc); in dw_mci_set_ios() 1238 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios() 1239 regulator_disable(mmc->supply.vqmmc); in dw_mci_set_ios() 1292 if (!IS_ERR(mmc->supply.vqmmc)) { in dw_mci_switch_voltage() 1293 ret = regulator_set_voltage(mmc->supply.vqmmc, min_uv, max_uv); in dw_mci_switch_voltage()
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 26 vqmmc for SD. In that case the dw_mmc driver simply is told about a
|
/linux-4.1.27/include/linux/mmc/ |
D | host.h | 196 struct regulator *vqmmc; /* Optional Vccq supply */ member
|
/linux-4.1.27/drivers/mmc/core/ |
D | core.c | 1410 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply() 1424 if (IS_ERR(mmc->supply.vqmmc)) { in mmc_regulator_get_supply() 1425 if (PTR_ERR(mmc->supply.vqmmc) == -EPROBE_DEFER) in mmc_regulator_get_supply()
|