Home
last modified time | relevance | path

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

12345678910>>...18

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H 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()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dmsm8916-pm8916.dtsi39 vqmmc-supply = <&pm8916_l5>;
44 vqmmc-supply = <&pm8916_l12>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dsdhci-fujitsu.txt16 - vqmmc-supply: phandle to the regulator device tree node, mentioned
29 vqmmc-supply = <&vccq_sdhci1>;
H A Dusdhi6rol0.txt14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card
38 vqmmc-supply = <&vccq_sd0>;
H A Dmmci.txt20 - vqmmc-supply : phandle to the regulator device tree node, mentioned
69 vqmmc-supply = <&vmmci>;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-rbox-pro.dts157 vqmmc-supply = <&vddio_boot>;
179 vqmmc-supply = <&vddio_boot>;
198 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxl-s905x-nexbox-a95x.dts174 vqmmc-supply = <&vddio_boot>;
192 vqmmc-supply = <&vddio_card>;
212 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxl-s905x-p212.dtsi127 vqmmc-supply = <&vddio_boot>;
145 vqmmc-supply = <&vddio_boot>;
165 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxbb-p20x.dtsi179 vqmmc-supply = <&vddio_boot>;
205 vqmmc-supply = <&vddio_card>;
225 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxbb-nexbox-a95x.dts229 vqmmc-supply = <&vddio_boot>;
247 vqmmc-supply = <&vddio_card>;
267 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxbb-wetek.dtsi216 vqmmc-supply = <&vddio_boot>;
239 vqmmc-supply = <&vcc_3v3>;
259 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxbb-vega-s95.dtsi193 vqmmc-supply = <&vddio_boot>;
216 vqmmc-supply = <&vcc_3v3>;
236 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxl-s905x-hwacom-amazetv.dts137 vqmmc-supply = <&vddio_card>;
157 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gx-p23x-q20x.dtsi273 vqmmc-supply = <&vddio_boot>;
291 vqmmc-supply = <&vddio_boot>;
311 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxm-nexbox-a1.dts153 vqmmc-supply = <&vddio_boot>;
173 vqmmc-supply = <&vddio_boot>;
H A Dmeson-gxl-s805x-p241.dts174 vqmmc-supply = <&vddio_boot>;
194 vqmmc-supply = <&vddio_boot>;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dr8a7796-salvator-x.dts202 vqmmc-supply = <&vccq_sdhi0>;
217 vqmmc-supply = <&reg_1p8v>;
229 vqmmc-supply = <&vccq_sdhi3>;
H A Dr8a7796-m3ulcb.dts154 vqmmc-supply = <&vccq_sdhi0>;
168 vqmmc-supply = <&reg_1p8v>;
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-omap.c189 if (!IS_ERR(mmc->supply.vqmmc)) { in sdhci_omap_enable_iov()
190 ret = regulator_set_voltage(mmc->supply.vqmmc, iov, iov); in sdhci_omap_enable_iov()
890 struct regulator *vqmmc; in sdhci_omap_set_capabilities() local
892 vqmmc = regulator_get(dev, "vqmmc"); in sdhci_omap_set_capabilities()
893 if (IS_ERR(vqmmc)) { in sdhci_omap_set_capabilities()
894 ret = PTR_ERR(vqmmc); in sdhci_omap_set_capabilities()
902 if (regulator_is_supported_voltage(vqmmc, IOV_3V3, IOV_3V3)) in sdhci_omap_set_capabilities()
904 if (regulator_is_supported_voltage(vqmmc, IOV_1V8, IOV_1V8)) in sdhci_omap_set_capabilities()
910 regulator_put(vqmmc); in sdhci_omap_set_capabilities()
H 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()
H 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()
426 mmc->supply.vqmmc = devm_regulator_get_optional(host->dev, in omap_hsmmc_reg_get()
428 if (IS_ERR(mmc->supply.vqmmc)) { in omap_hsmmc_reg_get()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm28155-ap.dts61 vqmmc-supply = <&iosr1_reg>;
69 vqmmc-supply = <&sdxldo_reg>;
H A Dimx6q-tbs2910.dts228 vqmmc-supply = <&reg_3p3v>;
241 vqmmc-supply = <&reg_3p3v>;
252 vqmmc-supply = <&reg_3p3v>;
H A Dqcom-apq8064-cm-qs600.dts226 vqmmc-supply = <&pm8921_s4>;
241 vqmmc-supply = <&v3p3_fixed>;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H 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>;

12345678910>>...18