Lines Matching refs:mmc_card

70 static int mmc_decode_cid(struct mmc_card *card)  in mmc_decode_cid()
122 static void mmc_set_erase_size(struct mmc_card *card) in mmc_set_erase_size()
135 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
187 static void mmc_select_card_type(struct mmc_card *card) in mmc_select_card_type()
253 static void mmc_manage_enhanced_area(struct mmc_card *card, u8 *ext_csd) in mmc_manage_enhanced_area()
302 static void mmc_part_add(struct mmc_card *card, unsigned int size, in mmc_part_add()
314 static void mmc_manage_gp_partitions(struct mmc_card *card, u8 *ext_csd) in mmc_manage_gp_partitions()
364 static int mmc_decode_ext_csd(struct mmc_card *card, u8 *ext_csd) in mmc_decode_ext_csd()
659 static int mmc_read_ext_csd(struct mmc_card *card) in mmc_read_ext_csd()
697 static int mmc_compare_ext_csds(struct mmc_card *card, unsigned bus_width) in mmc_compare_ext_csds()
802 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_fwrev_show()
818 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_dsr_show()
869 static int __mmc_select_powerclass(struct mmc_card *card, in __mmc_select_powerclass()
932 static int mmc_select_powerclass(struct mmc_card *card) in mmc_select_powerclass()
966 static void mmc_set_bus_speed(struct mmc_card *card) in mmc_set_bus_speed()
986 static int mmc_select_bus_width(struct mmc_card *card) in mmc_select_bus_width()
1055 static int mmc_select_hs(struct mmc_card *card) in mmc_select_hs()
1073 static int mmc_select_hs_ddr(struct mmc_card *card) in mmc_select_hs_ddr()
1143 static int mmc_select_hs400(struct mmc_card *card) in mmc_select_hs400()
1227 int mmc_hs200_to_hs400(struct mmc_card *card) in mmc_hs200_to_hs400()
1232 int mmc_hs400_to_hs200(struct mmc_card *card) in mmc_hs400_to_hs200()
1307 static void mmc_select_driver_type(struct mmc_card *card) in mmc_select_driver_type()
1329 static int mmc_select_hs400es(struct mmc_card *card) in mmc_select_hs400es()
1430 static int mmc_select_hs200(struct mmc_card *card) in mmc_select_hs200()
1496 static int mmc_select_timing(struct mmc_card *card) in mmc_select_timing()
1526 static int mmc_hs200_tuning(struct mmc_card *card) in mmc_hs200_tuning()
1549 struct mmc_card *oldcard) in mmc_init_card()
1551 struct mmc_card *card; in mmc_init_card()
1871 static int mmc_can_sleep(struct mmc_card *card) in mmc_can_sleep()
1879 struct mmc_card *card = host->card; in mmc_sleep()
1925 static int mmc_can_poweroff_notify(const struct mmc_card *card) in mmc_can_poweroff_notify()
1932 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify()
2136 static int mmc_can_reset(struct mmc_card *card) in mmc_can_reset()
2148 struct mmc_card *card = host->card; in _mmc_hw_reset()