Lines Matching defs:host
532 static u32 sd_get_host_max_current(struct mmc_host *host) in sd_get_host_max_current()
723 struct mmc_host *host = card->host; in mmc_dsr_show() local
815 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) in mmc_sd_get_cid()
907 static int mmc_sd_get_ro(struct mmc_host *host) in mmc_sd_get_ro()
927 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
1021 struct mmc_host *host = card->host; in sd_write_ext_reg() local
1307 static bool sd_cache_enabled(struct mmc_host *host) in sd_cache_enabled()
1312 static int sd_flush_cache(struct mmc_host *host) in sd_flush_cache()
1403 static int mmc_sd_init_card(struct mmc_host *host, u32 ocr, in mmc_sd_init_card()
1593 static void mmc_sd_remove(struct mmc_host *host) in mmc_sd_remove()
1602 static int mmc_sd_alive(struct mmc_host *host) in mmc_sd_alive()
1610 static void mmc_sd_detect(struct mmc_host *host) in mmc_sd_detect()
1699 static int _mmc_sd_suspend(struct mmc_host *host) in _mmc_sd_suspend()
1727 static int mmc_sd_suspend(struct mmc_host *host) in mmc_sd_suspend()
1744 static int _mmc_sd_resume(struct mmc_host *host) in _mmc_sd_resume()
1765 static int mmc_sd_resume(struct mmc_host *host) in mmc_sd_resume()
1774 static int mmc_sd_runtime_suspend(struct mmc_host *host) in mmc_sd_runtime_suspend()
1792 static int mmc_sd_runtime_resume(struct mmc_host *host) in mmc_sd_runtime_resume()
1804 static int mmc_sd_hw_reset(struct mmc_host *host) in mmc_sd_hw_reset()
1827 int mmc_attach_sd(struct mmc_host *host) in mmc_attach_sd()