Home
last modified time | relevance | path

Searched refs:vqmmc (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dusdhi6rol0.txt14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card
32 vqmmc-supply = <&vccq_sd0>;
Dsdhci-fujitsu.txt16 - vqmmc-supply: phandle to the regulator device tree node, mentioned
27 vqmmc-supply = <&vccq_sdhci1>;
Dsdhci-msm.txt31 vqmmc-supply = <&pm8941_s3>;
48 vqmmc-supply = <&pm8941_l13>;
Dmmci.txt18 - vqmmc-supply : phandle to the regulator device tree node, mentioned
56 vqmmc-supply = <&vmmci>;
Dsdhci-st.txt48 - 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/
Dbcm28155-ap.dts60 vqmmc-supply = <&iosr1_reg>;
68 vqmmc-supply = <&sdxldo_reg>;
Dtegra20-iris-512.dts76 vqmmc-supply = <&vcc_sd_reg>;
Dr8a7791-henninger.dts183 vqmmc-supply = <&vccq_sdhi0>;
194 vqmmc-supply = <&vccq_sdhi2>;
Datlas7.dtsi466 vqmmc-supply = <&vqmmc>;
467 vqmmc: vqmmc@2 { label
470 regulator-name = "vqmmc-ldo";
Dsocfpga_cyclone5_sockit.dts65 vqmmc-supply = <&regulator_3_3v>;
Dsocfpga_arria5_socdk.dts80 vqmmc-supply = <&regulator_3_3v>;
Dsocfpga_cyclone5_socdk.dts85 vqmmc-supply = <&regulator_3_3v>;
Dr8a7791-koelsch.dts441 vqmmc-supply = <&vccq_sdhi0>;
452 vqmmc-supply = <&vccq_sdhi1>;
463 vqmmc-supply = <&vccq_sdhi2>;
Dr8a7790-lager.dts492 vqmmc-supply = <&vccq_sdhi0>;
502 vqmmc-supply = <&vccq_sdhi2>;
Dste-href.dtsi144 vqmmc-supply = <&vmmci>;
Dr8a7740-armadillo800eva.dts290 vqmmc-supply = <&vccq_sdhi0>;
Domap3-overo-base.dtsi188 vqmmc-supply = <&w3cbw003c_bt_nreset>;
Dtegra124-nyan.dtsi380 vqmmc-supply = <&vddio_1v8>;
390 vqmmc-supply = <&vddio_sdmmc3>;
Dexynos5420-arndale-octa.dts73 vqmmc-supply = <&ldo13_reg>;
Dqcom-apq8064.dtsi375 vqmmc-supply = <&vsdcc_fixed>;
Dste-snowball.dts173 vqmmc-supply = <&vmmci>;
Drk3066a-rayeager.dts181 vqmmc-supply = <&vcc_emmc>;
Drk3288-firefly.dtsi178 vqmmc-supply = <&vcc_flash>;
Dexynos5420-peach-pit.dts726 vqmmc-supply = <&buck10_reg>;
Dexynos5800-peach-pi.dts689 vqmmc-supply = <&buck10_reg>;
Dtegra114-roth.dts967 vqmmc-supply = <&vddio_sdmmc3>;
Dtegra124-venice2.dts896 vqmmc-supply = <&vddio_sdmmc3>;
Dtegra124-jetson-tk1.dts1683 vqmmc-supply = <&vddio_sdmmc3>;
/linux-4.1.27/drivers/mmc/host/
Dmmci.c1332 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()
Dsdhci.c1802 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 …]
Dtmio_mmc_pio.c874 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()
Ddw_mmc.c1209 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/
Drockchip-io-domain.txt26 vqmmc for SD. In that case the dw_mmc driver simply is told about a
/linux-4.1.27/include/linux/mmc/
Dhost.h196 struct regulator *vqmmc; /* Optional Vccq supply */ member
/linux-4.1.27/drivers/mmc/core/
Dcore.c1410 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()