Lines Matching refs:mmc_card
72 void mmc_decode_cid(struct mmc_card *card) in mmc_decode_cid()
99 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
187 static int mmc_decode_scr(struct mmc_card *card) in mmc_decode_scr()
235 static int mmc_read_ssr(struct mmc_card *card) in mmc_read_ssr()
300 static int mmc_read_switch(struct mmc_card *card) in mmc_read_switch()
358 int mmc_sd_switch_hs(struct mmc_card *card) in mmc_sd_switch_hs()
397 static int sd_select_driver_type(struct mmc_card *card, u8 *status) in sd_select_driver_type()
428 static void sd_update_bus_speed_mode(struct mmc_card *card) in sd_update_bus_speed_mode()
461 static int sd_set_bus_speed_mode(struct mmc_card *card, u8 *status) in sd_set_bus_speed_mode()
531 static int sd_set_current_limit(struct mmc_card *card, u8 *status) in sd_set_current_limit()
598 static int mmc_sd_init_uhs_card(struct mmc_card *card) in mmc_sd_init_uhs_card()
698 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_dsr_show()
809 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd()
847 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
911 unsigned mmc_sd_get_max_clock(struct mmc_card *card) in mmc_sd_get_max_clock()
925 static bool mmc_sd_card_using_v18(struct mmc_card *card) in mmc_sd_card_using_v18()
944 struct mmc_card *oldcard) in mmc_sd_init_card()
946 struct mmc_card *card; in mmc_sd_init_card()