Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/mmc/core/
A Dregulator.c185 if (IS_ERR(mmc->supply.vqmmc)) in mmc_regulator_set_vqmmc()
190 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
193 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
213 ret = mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
218 return mmc_regulator_set_voltage_if_supported(mmc->supply.vqmmc, in mmc_regulator_set_vqmmc()
251 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply()
265 if (IS_ERR(mmc->supply.vqmmc)) { in mmc_regulator_get_supply()
266 if (PTR_ERR(mmc->supply.vqmmc) == -EPROBE_DEFER) in mmc_regulator_get_supply()
/linux/Documentation/devicetree/bindings/regulator/
A 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/arch/arm64/boot/dts/qcom/
A Dmsm8916-pm8916.dtsi36 vqmmc-supply = <&pm8916_l5>;
41 vqmmc-supply = <&pm8916_l12>;
/linux/Documentation/devicetree/bindings/mmc/
A Dsdhci-fujitsu.txt16 - vqmmc-supply: phandle to the regulator device tree node, mentioned
29 vqmmc-supply = <&vccq_sdhci1>;
A Dusdhi6rol0.txt14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card
38 vqmmc-supply = <&vccq_sd0>;
/linux/arch/arm64/boot/dts/amlogic/
A Dmeson-gxl-s905x-nexbox-a95x.dts174 vqmmc-supply = <&vddio_boot>;
192 vqmmc-supply = <&vddio_card>;
212 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxl-s905x-p212.dtsi127 vqmmc-supply = <&vddio_boot>;
145 vqmmc-supply = <&vddio_boot>;
165 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxbb-p20x.dtsi179 vqmmc-supply = <&vddio_boot>;
205 vqmmc-supply = <&vddio_card>;
225 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxl-s905w-jethome-jethub-j80.dts150 vqmmc-supply = <&vddio_boot>;
168 vqmmc-supply = <&vddio_boot>;
188 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxm-rbox-pro.dts218 vqmmc-supply = <&vddio_boot>;
240 vqmmc-supply = <&vddio_boot>;
259 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxbb-wetek.dtsi213 vqmmc-supply = <&vddio_boot>;
236 vqmmc-supply = <&vcc_3v3>;
256 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxbb-nexbox-a95x.dts269 vqmmc-supply = <&vddio_boot>;
287 vqmmc-supply = <&vddio_card>;
307 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxl-s905x-hwacom-amazetv.dts137 vqmmc-supply = <&vddio_card>;
157 vqmmc-supply = <&vddio_boot>;
A Dmeson-gx-p23x-q20x.dtsi273 vqmmc-supply = <&vddio_boot>;
291 vqmmc-supply = <&vddio_boot>;
311 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxbb-vega-s95.dtsi254 vqmmc-supply = <&vddio_boot>;
277 vqmmc-supply = <&vcc_3v3>;
297 vqmmc-supply = <&vddio_boot>;
A Dmeson-gxl-s805x-p241.dts174 vqmmc-supply = <&vddio_boot>;
194 vqmmc-supply = <&vddio_boot>;
/linux/arch/arm/boot/dts/
A Dbcm28155-ap.dts61 vqmmc-supply = <&iosr1_reg>;
69 vqmmc-supply = <&sdxldo_reg>;
A Dsun8i-h3-nanopi-r1.dts98 vqmmc-supply = <&reg_vcc3v3>;
117 vqmmc-supply = <&reg_vcc3v3>;
A Dsun8i-r40-oka40i-c.dts123 vqmmc-supply = <&reg_dcdc1>;
131 vqmmc-supply = <&reg_dcdc1>;
A Dimx6q-tbs2910.dts228 vqmmc-supply = <&reg_3p3v>;
241 vqmmc-supply = <&reg_3p3v>;
252 vqmmc-supply = <&reg_3p3v>;
/linux/drivers/mmc/host/
A 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()
A Domap_hsmmc.c229 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in omap_hsmmc_enable_supply()
230 ret = regulator_enable(mmc->supply.vqmmc); in omap_hsmmc_enable_supply()
253 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in omap_hsmmc_disable_supply()
254 ret = regulator_disable(mmc->supply.vqmmc); in omap_hsmmc_disable_supply()
271 if (!IS_ERR(mmc->supply.vqmmc)) { in omap_hsmmc_disable_supply()
272 status = regulator_enable(mmc->supply.vqmmc); in omap_hsmmc_disable_supply()
397 ret = omap_hsmmc_disable_boot_regulator(mmc->supply.vqmmc); in omap_hsmmc_disable_boot_regulators()
425 if (IS_ERR(mmc->supply.vqmmc)) { in omap_hsmmc_reg_get()
428 if (IS_ERR(mmc->supply.vqmmc)) { in omap_hsmmc_reg_get()
429 ret = PTR_ERR(mmc->supply.vqmmc); in omap_hsmmc_reg_get()
[all …]
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mq-thor96.dts78 reg_usdhc1_vqmmc: reg-usdhc1-vqmmc {
98 reg_usdhc2_vqmmc: reg-usdhc2-vqmmc {
337 vqmmc-supply = <&reg_usdhc1_vqmmc>;
358 vqmmc-supply = <&reg_usdhc2_vqmmc>;
/linux/arch/arm64/boot/dts/broadcom/stingray/
A Dbcm958742-base.dtsi105 vqmmc-supply = <&sdio0_vddo_ctrl_reg>;
110 vqmmc-supply = <&sdio1_vddo_ctrl_reg>;
/linux/arch/arm64/boot/dts/nvidia/
A Dtegra194-p3668-0001.dtsi19 vqmmc-supply = <&vdd_1v8ls>;

Completed in 18 milliseconds

12345678910>>...15