/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | regulator.c | 95 * mmc_regulator_set_ocr - set regulator to match host->ios voltage 106 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function 133 EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr); variable
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | regulator.c | 95 * mmc_regulator_set_ocr - set regulator to match host->ios voltage 106 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function 136 EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr); variable
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | host.h | 530 int mmc_regulator_set_ocr(struct mmc_host *mmc, 535 static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | host.h | 588 int mmc_regulator_set_ocr(struct mmc_host *mmc, 593 static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-sprd.c | 406 mmc_regulator_set_ocr(host->mmc, mmc->supply.vmmc, 0); in sdhci_sprd_set_power() 414 mmc_regulator_set_ocr(host->mmc, mmc->supply.vmmc, vdd); in sdhci_sprd_set_power()
|
H A D | sdhci-xenon.c | 236 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in xenon_set_power()
|
H A D | sdhci-pxav3.c | 315 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in pxav3_set_power()
|
H A D | cavium.c | 844 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in cvm_mmc_set_ios() 851 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in cvm_mmc_set_ios()
|
H A D | mxcmmc.c | 240 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power() 243 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power()
|
H A D | meson-gx-mmc.c | 592 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in meson_mmc_set_ios() 603 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in meson_mmc_set_ios()
|
H A D | jz4740_mmc.c | 933 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in jz4740_mmc_set_ios() 941 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in jz4740_mmc_set_ios()
|
H A D | sunxi-mmc.c | 907 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power() 929 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sunxi_mmc_card_power()
|
H A D | tmio_mmc_core.c | 836 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in tmio_mmc_power_on() 867 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in tmio_mmc_power_off()
|
H A D | omap_hsmmc.c | 223 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in omap_hsmmc_enable_supply() 242 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_enable_supply() 263 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_disable_supply()
|
H A D | pxamci.c | 104 return mmc_regulator_set_ocr(mmc, supply, vdd); in pxamci_set_power()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-sprd.c | 430 mmc_regulator_set_ocr(host->mmc, mmc->supply.vmmc, 0); in sdhci_sprd_set_power() 438 mmc_regulator_set_ocr(host->mmc, mmc->supply.vmmc, vdd); in sdhci_sprd_set_power()
|
H A D | sdhci-pxav3.c | 313 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in pxav3_set_power()
|
H A D | tmio_mmc_core.c | 887 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in tmio_mmc_power_on() 918 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in tmio_mmc_power_off()
|
H A D | meson-gx-mmc.c | 606 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in meson_mmc_set_ios() 612 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in meson_mmc_set_ios()
|
H A D | jz4740_mmc.c | 950 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in jz4740_mmc_set_ios() 965 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in jz4740_mmc_set_ios()
|
H A D | sunxi-mmc.c | 912 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power() 934 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sunxi_mmc_card_power()
|
H A D | mxcmmc.c | 223 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power() 226 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power()
|
H A D | cavium.c | 842 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in cvm_mmc_set_ios() 849 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in cvm_mmc_set_ios()
|
H A D | omap_hsmmc.c | 223 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in omap_hsmmc_enable_supply() 242 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_enable_supply() 263 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_disable_supply()
|
H A D | sdhci-xenon.c | 237 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in xenon_set_power()
|