Lines Matching defs:card
64 static int mmc_decode_cid(struct mmc_card *card) in mmc_decode_cid()
116 static void mmc_set_erase_size(struct mmc_card *card) in mmc_set_erase_size()
129 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
181 static void mmc_select_card_type(struct mmc_card *card) in mmc_select_card_type()
242 static void mmc_manage_enhanced_area(struct mmc_card *card, u8 *ext_csd) in mmc_manage_enhanced_area()
289 static void mmc_manage_gp_partitions(struct mmc_card *card, u8 *ext_csd) in mmc_manage_gp_partitions()
339 static int mmc_decode_ext_csd(struct mmc_card *card, u8 *ext_csd) in mmc_decode_ext_csd()
596 static int mmc_read_ext_csd(struct mmc_card *card) in mmc_read_ext_csd()
634 static int mmc_compare_ext_csds(struct mmc_card *card, unsigned bus_width) in mmc_compare_ext_csds()
731 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_fwrev_show() local
775 static int __mmc_select_powerclass(struct mmc_card *card, in __mmc_select_powerclass()
838 static int mmc_select_powerclass(struct mmc_card *card) in mmc_select_powerclass()
872 static void mmc_set_bus_speed(struct mmc_card *card) in mmc_set_bus_speed()
892 static int mmc_select_bus_width(struct mmc_card *card) in mmc_select_bus_width()
961 static int mmc_select_hs(struct mmc_card *card) in mmc_select_hs()
978 static int mmc_select_hs_ddr(struct mmc_card *card) in mmc_select_hs_ddr()
1046 static int mmc_select_hs400(struct mmc_card *card) in mmc_select_hs400()
1108 static int mmc_select_hs200(struct mmc_card *card) in mmc_select_hs200()
1143 static int mmc_select_timing(struct mmc_card *card) in mmc_select_timing()
1179 static int mmc_hs200_tuning(struct mmc_card *card) in mmc_hs200_tuning()
1204 struct mmc_card *card; in mmc_init_card() local
1509 static int mmc_can_sleep(struct mmc_card *card) in mmc_can_sleep()
1517 struct mmc_card *card = host->card; in mmc_sleep() local
1558 static int mmc_can_poweroff_notify(const struct mmc_card *card) in mmc_can_poweroff_notify()
1565 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify()
1803 int mmc_can_reset(struct mmc_card *card) in mmc_can_reset()
1816 struct mmc_card *card = host->card; in mmc_reset() local