Lines Matching defs:card
73 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()
343 int mmc_sd_switch_hs(struct mmc_card *card) in mmc_sd_switch_hs()
387 static int sd_select_driver_type(struct mmc_card *card, u8 *status) in sd_select_driver_type()
451 static void sd_update_bus_speed_mode(struct mmc_card *card) in sd_update_bus_speed_mode()
484 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()
610 static int mmc_sd_init_uhs_card(struct mmc_card *card) in mmc_sd_init_uhs_card()
805 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd()
823 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
893 unsigned mmc_sd_get_max_clock(struct mmc_card *card) in mmc_sd_get_max_clock()
916 struct mmc_card *card; in mmc_sd_init_card() local