Searched refs:mmc_regulator_set_ocr (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/mmc/ |
H A D | host.h | 410 int mmc_regulator_set_ocr(struct mmc_host *mmc, 419 static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, mmc_regulator_set_ocr() function
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | pxamci.c | 115 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, vdd); pxamci_set_power() 119 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, 0); pxamci_set_power()
|
H A D | mxcmmc.c | 245 mmc_regulator_set_ocr(host->mmc, mxcmci_set_power() 248 mmc_regulator_set_ocr(host->mmc, mxcmci_set_power()
|
H A D | sunxi-mmc.c | 697 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); sunxi_mmc_set_ios() 709 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); sunxi_mmc_set_ios()
|
H A D | tmio_mmc_pio.c | 861 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); tmio_mmc_power_on() 892 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); tmio_mmc_power_off()
|
H A D | omap_hsmmc.c | 299 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, vdd); omap_hsmmc_set_power() 304 ret = mmc_regulator_set_ocr(host->mmc, omap_hsmmc_set_power() 313 ret = mmc_regulator_set_ocr(host->mmc, omap_hsmmc_set_power()
|
H A D | mmci.c | 1330 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); mmci_set_ios() 1340 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); mmci_set_ios()
|
H A D | atmel-mci.c | 1404 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); atmci_set_ios() 1409 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, ios->vdd); atmci_set_ios()
|
H A D | dw_mmc.c | 1193 ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, dw_mci_set_ios() 1236 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); dw_mci_set_ios()
|
H A D | sdhci.c | 1292 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); sdhci_set_power() 1509 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); sdhci_do_set_ios()
|
H A D | sh_mmcif.c | 994 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, sh_mmcif_set_power()
|
H A D | usdhi6rol0.c | 792 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, usdhi6_set_power()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | core.c | 1347 * mmc_regulator_set_ocr - set regulator to match host->ios voltage 1358 int mmc_regulator_set_ocr(struct mmc_host *mmc, mmc_regulator_set_ocr() function 1400 EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr); variable
|
Completed in 218 milliseconds