Home
last modified time | relevance | path

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

/linux-4.4.14/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>;
Dmtk-sd.txt18 - vqmmc-supply: power to the IO
31 vqmmc-supply = <&mt6397_vio18_reg>;
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>;
Dk3-dw-mshc.txt70 vqmmc-supply = <&ldo7>;
/linux-4.4.14/arch/arm/boot/dts/
Dbcm28155-ap.dts60 vqmmc-supply = <&iosr1_reg>;
68 vqmmc-supply = <&sdxldo_reg>;
Dqcom-apq8064-cm-qs600.dts203 vqmmc-supply = <&pm8921_s4>;
218 vqmmc-supply = <&v3p3_fixed>;
Dqcom-apq8064-ifc6410.dts263 vqmmc-supply = <&pm8921_s4>;
278 vqmmc-supply = <&pm8921_lvs1>;
Dr8a7791-porter.dts167 vqmmc-supply = <&vccq_sdhi0>;
178 vqmmc-supply = <&vccq_sdhi2>;
Dtegra20-iris-512.dts76 vqmmc-supply = <&vcc_sd_reg>;
Dr8a7791-henninger.dts183 vqmmc-supply = <&vccq_sdhi0>;
194 vqmmc-supply = <&vccq_sdhi2>;
Dat91-sama5d3_xplained.dts39 vqmmc-supply = <&vcc_3v3_reg>;
50 vqmmc-supply = <&vcc_3v3_reg>;
Dsocfpga_cyclone5_sockit.dts82 vqmmc-supply = <&regulator_3_3v>;
Dsocfpga_arria5_socdk.dts81 vqmmc-supply = <&regulator_3_3v>;
Dsocfpga_cyclone5_socdk.dts86 vqmmc-supply = <&regulator_3_3v>;
Dsocfpga_cyclone5_de0_sockit.dts102 vqmmc-supply = <&regulator_3_3v>;
Dr8a7791-koelsch.dts448 vqmmc-supply = <&vccq_sdhi0>;
459 vqmmc-supply = <&vccq_sdhi1>;
470 vqmmc-supply = <&vccq_sdhi2>;
Drk3288-firefly.dtsi220 vqmmc-supply = <&vcc_flash>;
496 vqmmc-supply = <&vccio_wl>;
510 vqmmc-supply = <&vccio_sd>;
Dr8a7794-silk.dts144 vqmmc-supply = <&d3_3v>;
Datlas7.dtsi1599 vqmmc-supply = <&vqmmc>;
1600 vqmmc: vqmmc@2 { label
1603 regulator-name = "vqmmc-ldo";
Dr8a7790-lager.dts504 vqmmc-supply = <&vccq_sdhi0>;
514 vqmmc-supply = <&vccq_sdhi2>;
Drk3288-veyron-sdmmc.dtsi126 vqmmc-supply = <&vccio_sd>;
Dimx6qdl-nit6xlite.dtsi616 vqmmc-supply = <&reg_wlan_vmmc>;
617 vqmmc-1-8-v;
Drk3288-popmetal.dts174 vqmmc-supply = <&vcc_flash>;
188 vqmmc-supply = <&vccio_sd>;
Drk3288-rock2-square.dts101 vqmmc-supply = <&vccio_sd>;
Dste-href.dtsi144 vqmmc-supply = <&vmmci>;
Dr8a7740-armadillo800eva.dts303 vqmmc-supply = <&vccq_sdhi0>;
Dtegra124-nyan.dtsi380 vqmmc-supply = <&vddio_1v8>;
390 vqmmc-supply = <&vddio_sdmmc3>;
Dat91-sama5d4_xplained.dts103 vqmmc-supply = <&vcc_3v3_reg>;
Domap3-overo-base.dtsi188 vqmmc-supply = <&w3cbw003c_bt_nreset>;
Drk3288-evb.dtsi191 vqmmc-supply = <&vccio_sd>;
Dexynos5420-arndale-octa.dts375 vqmmc-supply = <&ldo13_reg>;
Drk3288-r89.dts349 vqmmc-supply = <&vccio_sd>;
Dste-snowball.dts180 vqmmc-supply = <&vmmci>;
Drk3066a-rayeager.dts182 vqmmc-supply = <&vcc_emmc>;
Drk3288-veyron.dtsi365 vqmmc-supply = <&vcc18_wl>;
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.dts904 vqmmc-supply = <&vddio_sdmmc3>;
Dtegra124-jetson-tk1.dts1695 vqmmc-supply = <&vddio_sdmmc3>;
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-k3.c101 if (IS_ERR_OR_NULL(mmc->supply.vqmmc)) in dw_mci_hi6220_switch_voltage()
104 ret = regulator_set_voltage(mmc->supply.vqmmc, min_uv, max_uv); in dw_mci_hi6220_switch_voltage()
Domap_hsmmc.c261 if (mmc->supply.vqmmc && !host->vqmmc_enabled) { in omap_hsmmc_enable_supply()
262 ret = regulator_enable(mmc->supply.vqmmc); in omap_hsmmc_enable_supply()
285 if (mmc->supply.vqmmc && host->vqmmc_enabled) { in omap_hsmmc_disable_supply()
286 ret = regulator_disable(mmc->supply.vqmmc); in omap_hsmmc_disable_supply()
303 if (mmc->supply.vqmmc) { in omap_hsmmc_disable_supply()
304 status = regulator_enable(mmc->supply.vqmmc); in omap_hsmmc_disable_supply()
452 ret = omap_hsmmc_disable_boot_regulator(mmc->supply.vqmmc); in omap_hsmmc_disable_boot_regulators()
493 mmc->supply.vqmmc = devm_regulator_get_optional(host->dev, "vmmc_aux"); in omap_hsmmc_reg_get()
494 if (IS_ERR(mmc->supply.vqmmc)) { in omap_hsmmc_reg_get()
495 ret = PTR_ERR(mmc->supply.vqmmc); in omap_hsmmc_reg_get()
[all …]
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.c1784 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1785 ret = regulator_set_voltage(mmc->supply.vqmmc, 2700000, in sdhci_do_start_signal_voltage_switch()
1806 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1807 ret = regulator_set_voltage(mmc->supply.vqmmc, in sdhci_do_start_signal_voltage_switch()
1837 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_do_start_signal_voltage_switch()
1838 ret = regulator_set_voltage(mmc->supply.vqmmc, 1100000, in sdhci_do_start_signal_voltage_switch()
3160 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_add_host()
3161 ret = regulator_enable(mmc->supply.vqmmc); in sdhci_add_host()
3162 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000, in sdhci_add_host()
3170 mmc->supply.vqmmc = ERR_PTR(-EINVAL); in sdhci_add_host()
[all …]
Dtmio_mmc_pio.c876 if (!IS_ERR(mmc->supply.vqmmc) && !ret) { in tmio_mmc_power_on()
877 ret = regulator_enable(mmc->supply.vqmmc); in tmio_mmc_power_on()
890 if (!IS_ERR(mmc->supply.vqmmc)) in tmio_mmc_power_off()
891 regulator_disable(mmc->supply.vqmmc); in tmio_mmc_power_off()
Dmtk-sd.c1026 if (!IS_ERR(mmc->supply.vqmmc)) { in msdc_ops_switch_volt()
1038 ret = regulator_set_voltage(mmc->supply.vqmmc, min_uv, max_uv); in msdc_ops_switch_volt()
1228 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in msdc_ops_set_ios()
1229 ret = regulator_enable(mmc->supply.vqmmc); in msdc_ops_set_ios()
1240 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in msdc_ops_set_ios()
1241 regulator_disable(mmc->supply.vqmmc); in msdc_ops_set_ios()
Ddw_mmc.c1333 if (!IS_ERR(mmc->supply.vqmmc)) { in dw_mci_set_ios()
1334 ret = regulator_enable(mmc->supply.vqmmc); in dw_mci_set_ios()
1362 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios()
1363 regulator_disable(mmc->supply.vqmmc); in dw_mci_set_ios()
1415 if (!IS_ERR(mmc->supply.vqmmc)) { in dw_mci_switch_voltage()
/linux-4.4.14/drivers/mmc/core/
Dcore.c1435 if (IS_ERR(mmc->supply.vqmmc)) in mmc_regulator_set_vqmmc()
1440 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
1443 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
1463 if (!mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
1467 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
1483 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply()
1497 if (IS_ERR(mmc->supply.vqmmc)) { in mmc_regulator_get_supply()
1498 if (PTR_ERR(mmc->supply.vqmmc) == -EPROBE_DEFER) in mmc_regulator_get_supply()
/linux-4.4.14/arch/arm64/boot/dts/mediatek/
Dmt8173-evb.dts76 vqmmc-supply = <&mt6397_vio18_reg>;
91 vqmmc-supply = <&mt6397_vmc_reg>;
/linux-4.4.14/include/linux/mmc/
Dhost.h199 struct regulator *vqmmc; /* Optional Vccq supply */ member
/linux-4.4.14/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.4.14/arch/arm64/boot/dts/rockchip/
Drk3368-r88.dts255 vqmmc-supply = <&vccio_wl>;