Lines Matching defs:host
530 static u32 sd_get_host_max_current(struct mmc_host *host) in sd_get_host_max_current()
729 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) in mmc_sd_get_cid()
805 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd()
823 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
913 static int mmc_sd_init_card(struct mmc_host *host, u32 ocr, in mmc_sd_init_card()
1035 static void mmc_sd_remove(struct mmc_host *host) in mmc_sd_remove()
1047 static int mmc_sd_alive(struct mmc_host *host) in mmc_sd_alive()
1055 static void mmc_sd_detect(struct mmc_host *host) in mmc_sd_detect()
1081 static int _mmc_sd_suspend(struct mmc_host *host) in _mmc_sd_suspend()
1109 static int mmc_sd_suspend(struct mmc_host *host) in mmc_sd_suspend()
1126 static int _mmc_sd_resume(struct mmc_host *host) in _mmc_sd_resume()
1150 static int mmc_sd_resume(struct mmc_host *host) in mmc_sd_resume()
1167 static int mmc_sd_runtime_suspend(struct mmc_host *host) in mmc_sd_runtime_suspend()
1185 static int mmc_sd_runtime_resume(struct mmc_host *host) in mmc_sd_runtime_resume()
1200 static int mmc_sd_power_restore(struct mmc_host *host) in mmc_sd_power_restore()
1211 static int mmc_sd_reset(struct mmc_host *host) in mmc_sd_reset()
1233 int mmc_attach_sd(struct mmc_host *host) in mmc_attach_sd()