Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.4/drivers/mmc/core/
Dregulator.c173 if (IS_ERR(mmc->supply.vqmmc)) in mmc_regulator_set_vqmmc()
178 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
181 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
201 if (!mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
205 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
238 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply()
252 if (IS_ERR(mmc->supply.vqmmc)) { in mmc_regulator_get_supply()
253 if (PTR_ERR(mmc->supply.vqmmc) == -EPROBE_DEFER) in mmc_regulator_get_supply()
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dsdhci-fujitsu.txt16 - vqmmc-supply: phandle to the regulator device tree node, mentioned
29 vqmmc-supply = <&vccq_sdhci1>;
Dusdhi6rol0.txt14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card
38 vqmmc-supply = <&vccq_sd0>;
Dmmci.txt20 - vqmmc-supply : phandle to the regulator device tree node, mentioned
67 vqmmc-supply = <&vmmci>;
Dsdhci-msm.txt52 vqmmc-supply = <&pm8941_s3>;
69 vqmmc-supply = <&pm8941_l13>;
/Linux-v5.4/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905x-nexbox-a95x.dts171 vqmmc-supply = <&vddio_boot>;
189 vqmmc-supply = <&vddio_card>;
209 vqmmc-supply = <&vddio_boot>;
Dmeson-gxl-s905x-p212.dtsi125 vqmmc-supply = <&vddio_boot>;
143 vqmmc-supply = <&vddio_boot>;
163 vqmmc-supply = <&vddio_boot>;
Dmeson-gxm-rbox-pro.dts154 vqmmc-supply = <&vddio_boot>;
176 vqmmc-supply = <&vddio_boot>;
195 vqmmc-supply = <&vddio_boot>;
Dmeson-gx-p23x-q20x.dtsi175 vqmmc-supply = <&vddio_boot>;
193 vqmmc-supply = <&vddio_boot>;
213 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-p20x.dtsi176 vqmmc-supply = <&vddio_boot>;
202 vqmmc-supply = <&vddio_card>;
222 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-vega-s95.dtsi189 vqmmc-supply = <&vddio_boot>;
212 vqmmc-supply = <&vcc_3v3>;
232 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-wetek.dtsi206 vqmmc-supply = <&vddio_boot>;
229 vqmmc-supply = <&vcc_3v3>;
249 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-nexbox-a95x.dts226 vqmmc-supply = <&vddio_boot>;
244 vqmmc-supply = <&vddio_card>;
264 vqmmc-supply = <&vddio_boot>;
Dmeson-gxl-s905x-hwacom-amazetv.dts137 vqmmc-supply = <&vddio_card>;
157 vqmmc-supply = <&vddio_boot>;
Dmeson-gxm-nexbox-a1.dts153 vqmmc-supply = <&vddio_boot>;
173 vqmmc-supply = <&vddio_boot>;
Dmeson-khadas-vim3.dtsi280 vqmmc-supply = <&vddao_1v8>;
302 vqmmc-supply = <&vsys_3v3>;
321 vqmmc-supply = <&emmc_1v8>;
Dmeson-sm1-sei610.dts311 vqmmc-supply = <&vddio_ao1v8>;
333 vqmmc-supply = <&vddao_3v3>;
353 vqmmc-supply = <&emmc_1v8>;
/Linux-v5.4/arch/arm/boot/dts/
Dbcm28155-ap.dts61 vqmmc-supply = <&iosr1_reg>;
69 vqmmc-supply = <&sdxldo_reg>;
Dimx6q-tbs2910.dts209 vqmmc-supply = <&reg_3p3v>;
222 vqmmc-supply = <&reg_3p3v>;
233 vqmmc-supply = <&reg_3p3v>;
Dbcm2835-rpi-cm1.dtsi38 vqmmc-supply = <&reg_1v8>;
Dam57xx-beagle-x15-revc.dts23 vqmmc-supply = <&ldo1_reg>;
Dam57xx-beagle-x15-revb1.dts23 vqmmc-supply = <&ldo1_reg>;
/Linux-v5.4/drivers/mmc/host/
Dsdhci-omap.c178 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_omap_enable_iov()
179 ret = regulator_set_voltage(mmc->supply.vqmmc, iov, iov); in sdhci_omap_enable_iov()
844 struct regulator *vqmmc; in sdhci_omap_set_capabilities() local
846 vqmmc = regulator_get(dev, "vqmmc"); in sdhci_omap_set_capabilities()
847 if (IS_ERR(vqmmc)) { in sdhci_omap_set_capabilities()
848 ret = PTR_ERR(vqmmc); in sdhci_omap_set_capabilities()
856 if (regulator_is_supported_voltage(vqmmc, IOV_3V3, IOV_3V3)) in sdhci_omap_set_capabilities()
858 if (regulator_is_supported_voltage(vqmmc, IOV_1V8, IOV_1V8)) in sdhci_omap_set_capabilities()
864 regulator_put(vqmmc); in sdhci_omap_set_capabilities()
Ddw_mmc-k3.c175 if (IS_ERR_OR_NULL(mmc->supply.vqmmc)) in dw_mci_hi6220_switch_voltage()
178 ret = regulator_set_voltage(mmc->supply.vqmmc, min_uv, max_uv); in dw_mci_hi6220_switch_voltage()
425 if (!IS_ERR(mmc->supply.vqmmc)) { in dw_mci_hi3660_switch_voltage()
/Linux-v5.4/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-olinuxino-emmc.dts18 vqmmc-supply = <&reg_dcdc1>;

1234567891011