Home
last modified time | relevance | path

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

12345678910>>...21

/linux-6.6.21/drivers/mmc/core/
Dregulator.c188 if (IS_ERR(mmc->supply.vqmmc)) in mmc_regulator_set_vqmmc()
193 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
196 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
216 ret = mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
221 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
254 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply()
268 if (IS_ERR(mmc->supply.vqmmc)) { in mmc_regulator_get_supply()
269 if (PTR_ERR(mmc->supply.vqmmc) == -EPROBE_DEFER) in mmc_regulator_get_supply()
290 if (!IS_ERR(mmc->supply.vqmmc) && !mmc->vqmmc_enabled) { in mmc_regulator_enable_vqmmc()
291 ret = regulator_enable(mmc->supply.vqmmc); in mmc_regulator_enable_vqmmc()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/regulator/
Dvqmmc-ipq4019-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/vqmmc-ipq4019-regulator.yaml#
22 const: qcom,vqmmc-ipq4019-regulator
36 compatible = "qcom,vqmmc-ipq4019-regulator";
38 regulator-name = "vqmmc";
/linux-6.6.21/Documentation/devicetree/bindings/mmc/
Dusdhi6rol0.txt14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card
38 vqmmc-supply = <&vccq_sd0>;
/linux-6.6.21/arch/arm/boot/dts/broadcom/
Dbcm28155-ap.dts52 vqmmc-supply = <&iosr1_reg>;
60 vqmmc-supply = <&sdxldo_reg>;
/linux-6.6.21/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905x-nexbox-a95x.dts174 vqmmc-supply = <&vddio_boot>;
192 vqmmc-supply = <&vddio_card>;
212 vqmmc-supply = <&vddio_boot>;
Dmeson-gxl-s905x-p212.dtsi135 vqmmc-supply = <&vddio_boot>;
158 vqmmc-supply = <&vddio_boot>;
178 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-p20x.dtsi179 vqmmc-supply = <&vddio_boot>;
205 vqmmc-supply = <&vddio_card>;
225 vqmmc-supply = <&vddio_boot>;
Dmeson-gxl-s905w-jethome-jethub-j80.dts150 vqmmc-supply = <&vddio_boot>;
168 vqmmc-supply = <&vddio_boot>;
188 vqmmc-supply = <&vddio_boot>;
Dmeson-gxm-rbox-pro.dts217 vqmmc-supply = <&vddio_boot>;
239 vqmmc-supply = <&vddio_boot>;
258 vqmmc-supply = <&vddio_boot>;
Dmeson-gxl-s905x-hwacom-amazetv.dts137 vqmmc-supply = <&vddio_card>;
157 vqmmc-supply = <&vddio_boot>;
Dmeson-sm1-ac2xx.dtsi250 vqmmc-supply = <&vddio_ao1v8>;
268 vqmmc-supply = <&vddao_3v3>;
288 vqmmc-supply = <&emmc_1v8>;
Dmeson-gxbb-wetek.dtsi219 vqmmc-supply = <&vddio_boot>;
242 vqmmc-supply = <&vcc_3v3>;
262 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-nexbox-a95x.dts266 vqmmc-supply = <&vddio_boot>;
284 vqmmc-supply = <&vddio_card>;
304 vqmmc-supply = <&vddio_boot>;
Dmeson-gx-p23x-q20x.dtsi271 vqmmc-supply = <&vddio_boot>;
289 vqmmc-supply = <&vddio_boot>;
309 vqmmc-supply = <&vddio_boot>;
Dmeson-gxbb-vega-s95.dtsi253 vqmmc-supply = <&vddio_boot>;
276 vqmmc-supply = <&vcc_3v3>;
296 vqmmc-supply = <&vddio_boot>;
/linux-6.6.21/arch/riscv/boot/dts/allwinner/
Dsun20i-d1s-mangopi-mq.dts82 vqmmc-supply = <&reg_vcc_3v3>;
93 vqmmc-supply = <&reg_vcc_3v3>;
Dsun20i-d1-mangopi-mq-pro.dts82 vqmmc-supply = <&reg_vcc_3v3>;
93 vqmmc-supply = <&reg_vcc_3v3>;
/linux-6.6.21/arch/arm64/boot/dts/nvidia/
Dtegra194-p3668-0001.dtsi19 vqmmc-supply = <&vdd_1v8ls>;
/linux-6.6.21/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-tanix.dtsi133 vqmmc-supply = <&reg_vcc1v8>;
142 vqmmc-supply = <&reg_vcc1v8>;
/linux-6.6.21/arch/arm/boot/dts/allwinner/
Dsun8i-h3-nanopi-r1.dts98 vqmmc-supply = <&reg_vcc3v3>;
117 vqmmc-supply = <&reg_vcc3v3>;
/linux-6.6.21/drivers/mmc/host/
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-6.6.21/arch/arm64/boot/dts/mediatek/
Dmt6795-sony-xperia-m5.dts148 vqmmc-supply = <&mt6331_vio18_reg>;
155 vqmmc-supply = <&mt6331_vmch_reg>;
162 vqmmc-supply = <&mt6331_vmch_reg>;
/linux-6.6.21/arch/arm64/boot/dts/rockchip/
Drk3568-fastrhino-r66s.dts25 vqmmc-supply = <&vccio_sd>;
/linux-6.6.21/arch/arm/boot/dts/st/
Dstm32mp15xx-dhcor-testbench.dtsi133 vqmmc-supply = <&sd_switch>;
149 vqmmc-supply = <&v3v3>;
/linux-6.6.21/arch/arm64/boot/dts/broadcom/stingray/
Dbcm958742-base.dtsi105 vqmmc-supply = <&sdio0_vddo_ctrl_reg>;
110 vqmmc-supply = <&sdio1_vddo_ctrl_reg>;

12345678910>>...21