Lines Matching defs:card
65 static int mmc_decode_cid(struct mmc_card *card) in mmc_decode_cid()
117 static void mmc_set_erase_size(struct mmc_card *card) in mmc_set_erase_size()
130 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
182 static void mmc_select_card_type(struct mmc_card *card) in mmc_select_card_type()
243 static void mmc_manage_enhanced_area(struct mmc_card *card, u8 *ext_csd) in mmc_manage_enhanced_area()
292 static void mmc_manage_gp_partitions(struct mmc_card *card, u8 *ext_csd) in mmc_manage_gp_partitions()
342 static int mmc_decode_ext_csd(struct mmc_card *card, u8 *ext_csd) in mmc_decode_ext_csd()
600 static int mmc_read_ext_csd(struct mmc_card *card) in mmc_read_ext_csd()
638 static int mmc_compare_ext_csds(struct mmc_card *card, unsigned bus_width) in mmc_compare_ext_csds()
735 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_fwrev_show() local
779 static int __mmc_select_powerclass(struct mmc_card *card, in __mmc_select_powerclass()
842 static int mmc_select_powerclass(struct mmc_card *card) in mmc_select_powerclass()
876 static void mmc_set_bus_speed(struct mmc_card *card) in mmc_set_bus_speed()
896 static int mmc_select_bus_width(struct mmc_card *card) in mmc_select_bus_width()
965 static int mmc_select_hs(struct mmc_card *card) in mmc_select_hs()
982 static int mmc_select_hs_ddr(struct mmc_card *card) in mmc_select_hs_ddr()
1051 static int mmc_switch_status(struct mmc_card *card) in mmc_switch_status()
1063 static int mmc_select_hs400(struct mmc_card *card) in mmc_select_hs400()
1148 int mmc_hs200_to_hs400(struct mmc_card *card) in mmc_hs200_to_hs400()
1153 int mmc_hs400_to_hs200(struct mmc_card *card) in mmc_hs400_to_hs200()
1226 static void mmc_select_driver_type(struct mmc_card *card) in mmc_select_driver_type()
1250 static int mmc_select_hs200(struct mmc_card *card) in mmc_select_hs200()
1309 static int mmc_select_timing(struct mmc_card *card) in mmc_select_timing()
1345 static int mmc_hs200_tuning(struct mmc_card *card) in mmc_hs200_tuning()
1370 struct mmc_card *card; in mmc_init_card() local
1675 static int mmc_can_sleep(struct mmc_card *card) in mmc_can_sleep()
1683 struct mmc_card *card = host->card; in mmc_sleep() local
1729 static int mmc_can_poweroff_notify(const struct mmc_card *card) in mmc_can_poweroff_notify()
1736 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify()
1963 int mmc_can_reset(struct mmc_card *card) in mmc_can_reset()
1976 struct mmc_card *card = host->card; in mmc_reset() local