Searched refs:mmc_power_up (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mmc/core/ |
D | core.h | 52 void mmc_power_up(struct mmc_host *host, u32 ocr);
|
D | core.c | 1710 void mmc_power_up(struct mmc_host *host, u32 ocr) in mmc_power_up() function 1777 mmc_power_up(host, ocr); in mmc_power_cycle() 2467 mmc_power_up(host, host->ocr_avail); in mmc_rescan_try_freq() 2646 mmc_power_up(host, host->ocr_avail); in mmc_start_host() 2732 mmc_power_up(host, host->card->ocr); in mmc_power_restore_host()
|
D | sdio.c | 929 mmc_power_up(host, host->card->ocr); in mmc_sdio_resume() 1032 mmc_power_up(host, host->card->ocr); in mmc_sdio_runtime_resume()
|
D | sd.c | 1117 mmc_power_up(host, host->card->ocr); in _mmc_sd_resume()
|
D | mmc.c | 1880 mmc_power_up(host, host->card->ocr); in _mmc_resume()
|