Lines Matching refs:mmc_host
495 static u32 sd_get_host_max_current(struct mmc_host *host) in sd_get_host_max_current()
694 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) in mmc_sd_get_cid()
770 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd()
788 static int mmc_sd_get_ro(struct mmc_host *host) in mmc_sd_get_ro()
808 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
892 static int mmc_sd_init_card(struct mmc_host *host, u32 ocr, in mmc_sd_init_card()
1014 static void mmc_sd_remove(struct mmc_host *host) in mmc_sd_remove()
1026 static int mmc_sd_alive(struct mmc_host *host) in mmc_sd_alive()
1034 static void mmc_sd_detect(struct mmc_host *host) in mmc_sd_detect()
1060 static int _mmc_sd_suspend(struct mmc_host *host) in _mmc_sd_suspend()
1088 static int mmc_sd_suspend(struct mmc_host *host) in mmc_sd_suspend()
1105 static int _mmc_sd_resume(struct mmc_host *host) in _mmc_sd_resume()
1129 static int mmc_sd_resume(struct mmc_host *host) in mmc_sd_resume()
1146 static int mmc_sd_runtime_suspend(struct mmc_host *host) in mmc_sd_runtime_suspend()
1164 static int mmc_sd_runtime_resume(struct mmc_host *host) in mmc_sd_runtime_resume()
1179 static int mmc_sd_reset(struct mmc_host *host) in mmc_sd_reset()
1200 int mmc_attach_sd(struct mmc_host *host) in mmc_attach_sd()