Lines Matching defs:host
198 struct mmc_host *host = card->host; in mmc_select_card_type() local
834 struct mmc_host *host = card->host; in mmc_dsr_show() local
889 struct mmc_host *host = card->host; in __mmc_select_powerclass() local
951 struct mmc_host *host = card->host; in mmc_select_powerclass() local
1015 struct mmc_host *host = card->host; in mmc_select_bus_width() local
1094 struct mmc_host *host = card->host; in mmc_select_hs_ddr() local
1164 struct mmc_host *host = card->host; in mmc_select_hs400() local
1264 struct mmc_host *host = card->host; in mmc_hs400_to_hs200() local
1361 struct mmc_host *host = card->host; in mmc_select_hs400es() local
1461 struct mmc_host *host = card->host; in mmc_select_hs200() local
1578 struct mmc_host *host = card->host; in mmc_hs200_tuning() local
1598 static int mmc_init_card(struct mmc_host *host, u32 ocr, in mmc_init_card()
1959 struct mmc_host *host = cb_data; in mmc_sleep_busy_cb() local
1965 static int mmc_sleep(struct mmc_host *host) in mmc_sleep()
2042 static void mmc_remove(struct mmc_host *host) in mmc_remove()
2051 static int mmc_alive(struct mmc_host *host) in mmc_alive()
2059 static void mmc_detect(struct mmc_host *host) in mmc_detect()
2082 static bool _mmc_cache_enabled(struct mmc_host *host) in _mmc_cache_enabled()
2091 static int _mmc_flush_cache(struct mmc_host *host) in _mmc_flush_cache()
2111 static int _mmc_suspend(struct mmc_host *host, bool is_suspend) in _mmc_suspend()
2147 static int mmc_suspend(struct mmc_host *host) in mmc_suspend()
2164 static int _mmc_resume(struct mmc_host *host) in _mmc_resume()
2185 static int mmc_shutdown(struct mmc_host *host) in mmc_shutdown()
2206 static int mmc_resume(struct mmc_host *host) in mmc_resume()
2215 static int mmc_runtime_suspend(struct mmc_host *host) in mmc_runtime_suspend()
2233 static int mmc_runtime_resume(struct mmc_host *host) in mmc_runtime_resume()
2255 static int _mmc_hw_reset(struct mmc_host *host) in _mmc_hw_reset()
2297 int mmc_attach_mmc(struct mmc_host *host) in mmc_attach_mmc()