Searched refs:mmc_regulator_set_ocr (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 411 int mmc_regulator_set_ocr(struct mmc_host *mmc, 421 static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function
|
/linux-4.4.14/drivers/mmc/host/ |
D | pxamci.c | 118 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, vdd); in pxamci_set_power() 122 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, 0); in pxamci_set_power()
|
D | sunxi-mmc.c | 702 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in sunxi_mmc_set_ios() 714 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sunxi_mmc_set_ios()
|
D | tmio_mmc_pio.c | 863 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in tmio_mmc_power_on() 894 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in tmio_mmc_power_off()
|
D | mxcmmc.c | 245 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power() 248 mmc_regulator_set_ocr(host->mmc, in mxcmci_set_power()
|
D | omap_hsmmc.c | 255 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in omap_hsmmc_enable_supply() 274 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_enable_supply() 295 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in omap_hsmmc_disable_supply()
|
D | mmci.c | 1330 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in mmci_set_ios() 1340 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in mmci_set_ios()
|
D | mtk-sd.c | 1219 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in msdc_ops_set_ios() 1238 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in msdc_ops_set_ios()
|
D | atmel-mci.c | 1403 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in atmci_set_ios() 1408 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); in atmci_set_ios()
|
D | dw_mmc.c | 1317 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in dw_mci_set_ios() 1360 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in dw_mci_set_ios()
|
D | sdhci.c | 1293 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_set_power() 1476 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in sdhci_do_set_ios()
|
D | sh_mmcif.c | 1073 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in sh_mmcif_set_power()
|
D | usdhi6rol0.c | 792 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, in usdhi6_set_power()
|
/linux-4.4.14/drivers/mmc/core/ |
D | core.c | 1368 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr() function 1395 EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr);
|