Lines Matching refs:mmc_card
75 void mmc_decode_cid(struct mmc_card *card) in mmc_decode_cid()
102 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
190 static int mmc_decode_scr(struct mmc_card *card) in mmc_decode_scr()
225 static int mmc_read_ssr(struct mmc_card *card) in mmc_read_ssr()
280 static int mmc_read_switch(struct mmc_card *card) in mmc_read_switch()
338 int mmc_sd_switch_hs(struct mmc_card *card) in mmc_sd_switch_hs()
377 static int sd_select_driver_type(struct mmc_card *card, u8 *status) in sd_select_driver_type()
408 static void sd_update_bus_speed_mode(struct mmc_card *card) in sd_update_bus_speed_mode()
441 static int sd_set_bus_speed_mode(struct mmc_card *card, u8 *status) in sd_set_bus_speed_mode()
511 static int sd_set_current_limit(struct mmc_card *card, u8 *status) in sd_set_current_limit()
578 static int mmc_sd_init_uhs_card(struct mmc_card *card) in mmc_sd_init_uhs_card()
678 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_dsr_show()
789 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd()
827 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
891 unsigned mmc_sd_get_max_clock(struct mmc_card *card) in mmc_sd_get_max_clock()
905 static bool mmc_sd_card_using_v18(struct mmc_card *card) in mmc_sd_card_using_v18()
924 struct mmc_card *oldcard) in mmc_sd_init_card()
926 struct mmc_card *card; in mmc_sd_init_card()