Searched refs:mmc_power_up (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/mmc/core/ |
D | core.h | 53 void mmc_power_up(struct mmc_host *host, u32 ocr);
|
D | core.c | 1617 void mmc_power_up(struct mmc_host *host, u32 ocr) in mmc_power_up() function 1692 mmc_power_up(host, ocr); in mmc_power_cycle() 2350 mmc_power_up(host, host->ocr_avail); in mmc_rescan_try_freq() 2527 mmc_power_up(host, host->ocr_avail); in mmc_start_host() 2609 mmc_power_up(host, host->card->ocr); in mmc_power_restore_host()
|
D | sdio.c | 955 mmc_power_up(host, host->card->ocr); in mmc_sdio_resume() 1055 mmc_power_up(host, host->card->ocr); in mmc_sdio_runtime_resume()
|
D | sd.c | 1138 mmc_power_up(host, host->card->ocr); in _mmc_sd_resume()
|
D | mmc.c | 1709 mmc_power_up(host, host->card->ocr); in _mmc_resume()
|