/Linux-v4.19/include/linux/mmc/ |
D | host.h | 503 int mmc_regulator_set_ocr(struct mmc_host *mmc, 513 static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function
|
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-of-at91.c | 112 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_at91_set_power()
|
D | cavium.c | 843 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in cvm_mmc_set_ios() 850 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in cvm_mmc_set_ios()
|
D | sdhci-pxav3.c | 327 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in pxav3_set_power()
|
D | mxcmmc.c | 246 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power() 249 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power()
|
D | sdhci-xenon.c | 230 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in xenon_set_power()
|
D | tmio_mmc_core.c | 952 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in tmio_mmc_power_on() 983 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in tmio_mmc_power_off()
|
D | sdhci-of-arasan.c | 287 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_arasan_set_power()
|
D | meson-gx-mmc.c | 759 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in meson_mmc_set_ios() 770 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in meson_mmc_set_ios()
|
D | sunxi-mmc.c | 902 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power() 924 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sunxi_mmc_card_power()
|
D | omap_hsmmc.c | 250 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in omap_hsmmc_enable_supply() 269 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_enable_supply() 290 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_disable_supply()
|
D | meson-mx-sdio.c | 300 host->error = mmc_regulator_set_ocr(mmc, in meson_mx_mmc_set_ios()
|
D | sh_mmcif.c | 1044 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in sh_mmcif_set_ios() 1055 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sh_mmcif_set_ios()
|
D | pxamci.c | 107 return mmc_regulator_set_ocr(mmc, supply, vdd); in pxamci_set_power()
|
D | mmci.c | 1357 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in mmci_set_ios() 1367 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in mmci_set_ios()
|
D | sdhci-omap.c | 591 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_omap_set_power()
|
D | mtk-sd.c | 1477 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in msdc_ops_set_ios() 1496 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in msdc_ops_set_ios()
|
D | atmel-mci.c | 1535 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in atmci_set_ios() 1540 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in atmci_set_ios()
|
D | dw_mmc.c | 1473 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in dw_mci_set_ios() 1516 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in dw_mci_set_ios()
|
D | sdhci.c | 1535 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_set_power_reg() 1729 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sdhci_set_ios()
|
D | usdhi6rol0.c | 798 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in usdhi6_set_power()
|
/Linux-v4.19/drivers/mmc/core/ |
D | core.c | 1281 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function 1308 EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr);
|