Lines Matching refs:mmc_card
74 struct mmc_card *card;
81 void mmc_decode_cid(struct mmc_card *card) in mmc_decode_cid()
108 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
202 static int mmc_decode_scr(struct mmc_card *card) in mmc_decode_scr()
252 static int mmc_read_ssr(struct mmc_card *card) in mmc_read_ssr()
317 static int mmc_read_switch(struct mmc_card *card) in mmc_read_switch()
375 int mmc_sd_switch_hs(struct mmc_card *card) in mmc_sd_switch_hs()
414 static int sd_select_driver_type(struct mmc_card *card, u8 *status) in sd_select_driver_type()
445 static void sd_update_bus_speed_mode(struct mmc_card *card) in sd_update_bus_speed_mode()
478 static int sd_set_bus_speed_mode(struct mmc_card *card, u8 *status) in sd_set_bus_speed_mode()
548 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()
715 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_dsr_show()
734 struct mmc_card *card = mmc_dev_to_card(dev); \
780 struct mmc_card *card = mmc_dev_to_card(dev); in sd_std_is_visible()
882 int mmc_sd_get_csd(struct mmc_card *card) in mmc_sd_get_csd()
920 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card()
984 unsigned mmc_sd_get_max_clock(struct mmc_card *card) in mmc_sd_get_max_clock()
998 static bool mmc_sd_card_using_v18(struct mmc_card *card) in mmc_sd_card_using_v18()
1010 static int sd_write_ext_reg(struct mmc_card *card, u8 fno, u8 page, u16 offset, in sd_write_ext_reg()
1070 static int sd_read_ext_reg(struct mmc_card *card, u8 fno, u8 page, in sd_read_ext_reg()
1090 static int sd_parse_ext_reg_power(struct mmc_card *card, u8 fno, u8 page, in sd_parse_ext_reg_power()
1132 static int sd_parse_ext_reg_perf(struct mmc_card *card, u8 fno, u8 page, in sd_parse_ext_reg_perf()
1181 static int sd_parse_ext_reg(struct mmc_card *card, u8 *gen_info_buf, in sd_parse_ext_reg()
1232 static int sd_read_ext_regs(struct mmc_card *card) in sd_read_ext_regs()
1301 struct mmc_card *card = host->card; in sd_flush_cache()
1351 static int sd_enable_cache(struct mmc_card *card) in sd_enable_cache()
1391 struct mmc_card *oldcard) in mmc_sd_init_card()
1393 struct mmc_card *card; in mmc_sd_init_card()
1617 static int sd_can_poweroff_notify(struct mmc_card *card) in sd_can_poweroff_notify()
1625 struct mmc_card *card = data->card; in sd_busy_poweroff_notify_cb()
1645 static int sd_poweroff_notify(struct mmc_card *card) in sd_poweroff_notify()
1679 struct mmc_card *card = host->card; in _mmc_sd_suspend()