Lines Matching defs:host
183 struct mmc_host *host = card->host; in mmc_select_card_type() local
778 struct mmc_host *host = card->host; in __mmc_select_powerclass() local
840 struct mmc_host *host = card->host; in mmc_select_powerclass() local
902 struct mmc_host *host = card->host; in mmc_select_bus_width() local
980 struct mmc_host *host = card->host; in mmc_select_hs_ddr() local
1048 struct mmc_host *host = card->host; in mmc_select_hs400() local
1110 struct mmc_host *host = card->host; in mmc_select_hs200() local
1181 struct mmc_host *host = card->host; in mmc_hs200_tuning() local
1201 static int mmc_init_card(struct mmc_host *host, u32 ocr, in mmc_init_card()
1514 static int mmc_sleep(struct mmc_host *host) in mmc_sleep()
1590 static void mmc_remove(struct mmc_host *host) in mmc_remove()
1602 static int mmc_alive(struct mmc_host *host) in mmc_alive()
1610 static void mmc_detect(struct mmc_host *host) in mmc_detect()
1636 static int _mmc_suspend(struct mmc_host *host, bool is_suspend) in _mmc_suspend()
1680 static int mmc_suspend(struct mmc_host *host) in mmc_suspend()
1697 static int _mmc_resume(struct mmc_host *host) in _mmc_resume()
1721 static int mmc_shutdown(struct mmc_host *host) in mmc_shutdown()
1742 static int mmc_resume(struct mmc_host *host) in mmc_resume()
1759 static int mmc_runtime_suspend(struct mmc_host *host) in mmc_runtime_suspend()
1777 static int mmc_runtime_resume(struct mmc_host *host) in mmc_runtime_resume()
1792 static int mmc_power_restore(struct mmc_host *host) in mmc_power_restore()
1814 static int mmc_reset(struct mmc_host *host) in mmc_reset()
1859 int mmc_attach_mmc(struct mmc_host *host) in mmc_attach_mmc()