Lines Matching refs:mmc_card
64 void mmc_decode_cid(struct mmc_card *card) in mmc_decode_cid()
93 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
180 static int mmc_decode_scr(struct mmc_card *card) in mmc_decode_scr()
215 static int mmc_read_ssr(struct mmc_card *card) in mmc_read_ssr()
268 static int mmc_read_switch(struct mmc_card *card) in mmc_read_switch()
366 int mmc_sd_switch_hs(struct mmc_card *card) in mmc_sd_switch_hs()
411 static int sd_select_driver_type(struct mmc_card *card, u8 *status) in sd_select_driver_type()
475 static void sd_update_bus_speed_mode(struct mmc_card *card) in sd_update_bus_speed_mode()
509 static int sd_set_bus_speed_mode(struct mmc_card *card, u8 *status) in sd_set_bus_speed_mode()
554 static int sd_set_current_limit(struct mmc_card *card, u8 *status) in sd_set_current_limit()
615 static int mmc_sd_init_uhs_card(struct mmc_card *card) in mmc_sd_init_uhs_card()
787 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd()
805 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
877 unsigned mmc_sd_get_max_clock(struct mmc_card *card) in mmc_sd_get_max_clock()
891 void mmc_sd_go_highspeed(struct mmc_card *card) in mmc_sd_go_highspeed()
904 struct mmc_card *oldcard) in mmc_sd_init_card()
906 struct mmc_card *card; in mmc_sd_init_card()