Lines Matching defs:host

194 	struct mmc_host *host = card->host;  in mmc_select_card_type()  local
830 struct mmc_host *host = card->host; in mmc_dsr_show() local
885 struct mmc_host *host = card->host; in __mmc_select_powerclass() local
947 struct mmc_host *host = card->host; in mmc_select_powerclass() local
1011 struct mmc_host *host = card->host; in mmc_select_bus_width() local
1090 struct mmc_host *host = card->host; in mmc_select_hs_ddr() local
1160 struct mmc_host *host = card->host; in mmc_select_hs400() local
1260 struct mmc_host *host = card->host; in mmc_hs400_to_hs200() local
1357 struct mmc_host *host = card->host; in mmc_select_hs400es() local
1457 struct mmc_host *host = card->host; in mmc_select_hs200() local
1574 struct mmc_host *host = card->host; in mmc_hs200_tuning() local
1594 static int mmc_init_card(struct mmc_host *host, u32 ocr, in mmc_init_card()
1955 struct mmc_host *host = cb_data; in mmc_sleep_busy_cb() local
1961 static int mmc_sleep(struct mmc_host *host) in mmc_sleep()
2038 static void mmc_remove(struct mmc_host *host) in mmc_remove()
2047 static int mmc_alive(struct mmc_host *host) in mmc_alive()
2055 static void mmc_detect(struct mmc_host *host) in mmc_detect()
2078 static bool _mmc_cache_enabled(struct mmc_host *host) in _mmc_cache_enabled()
2087 static int _mmc_flush_cache(struct mmc_host *host) in _mmc_flush_cache()
2107 static int _mmc_suspend(struct mmc_host *host, bool is_suspend) in _mmc_suspend()
2143 static int mmc_suspend(struct mmc_host *host) in mmc_suspend()
2160 static int _mmc_resume(struct mmc_host *host) in _mmc_resume()
2181 static int mmc_shutdown(struct mmc_host *host) in mmc_shutdown()
2202 static int mmc_resume(struct mmc_host *host) in mmc_resume()
2211 static int mmc_runtime_suspend(struct mmc_host *host) in mmc_runtime_suspend()
2229 static int mmc_runtime_resume(struct mmc_host *host) in mmc_runtime_resume()
2251 static int _mmc_hw_reset(struct mmc_host *host) in _mmc_hw_reset()
2293 int mmc_attach_mmc(struct mmc_host *host) in mmc_attach_mmc()