Lines Matching defs:card

68 static int mmc_decode_cid(struct mmc_card *card)  in mmc_decode_cid()
120 static void mmc_set_erase_size(struct mmc_card *card) in mmc_set_erase_size()
133 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
185 static void mmc_select_card_type(struct mmc_card *card) in mmc_select_card_type()
251 static void mmc_manage_enhanced_area(struct mmc_card *card, u8 *ext_csd) in mmc_manage_enhanced_area()
300 static void mmc_part_add(struct mmc_card *card, u64 size, in mmc_part_add()
312 static void mmc_manage_gp_partitions(struct mmc_card *card, u8 *ext_csd) in mmc_manage_gp_partitions()
361 static int mmc_decode_ext_csd(struct mmc_card *card, u8 *ext_csd) in mmc_decode_ext_csd()
658 static int mmc_read_ext_csd(struct mmc_card *card) in mmc_read_ext_csd()
696 static int mmc_compare_ext_csds(struct mmc_card *card, unsigned bus_width) in mmc_compare_ext_csds()
803 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_fwrev_show() local
819 struct mmc_card *card = mmc_dev_to_card(dev); in mmc_dsr_show() local
871 static int __mmc_select_powerclass(struct mmc_card *card, in __mmc_select_powerclass()
934 static int mmc_select_powerclass(struct mmc_card *card) in mmc_select_powerclass()
968 static void mmc_set_bus_speed(struct mmc_card *card) in mmc_set_bus_speed()
988 static int mmc_select_bus_width(struct mmc_card *card) in mmc_select_bus_width()
1057 static int mmc_select_hs(struct mmc_card *card) in mmc_select_hs()
1075 static int mmc_select_hs_ddr(struct mmc_card *card) in mmc_select_hs_ddr()
1145 static int mmc_select_hs400(struct mmc_card *card) in mmc_select_hs400()
1232 int mmc_hs200_to_hs400(struct mmc_card *card) in mmc_hs200_to_hs400()
1237 int mmc_hs400_to_hs200(struct mmc_card *card) in mmc_hs400_to_hs200()
1312 static void mmc_select_driver_type(struct mmc_card *card) in mmc_select_driver_type()
1334 static int mmc_select_hs400es(struct mmc_card *card) in mmc_select_hs400es()
1435 static int mmc_select_hs200(struct mmc_card *card) in mmc_select_hs200()
1501 static int mmc_select_timing(struct mmc_card *card) in mmc_select_timing()
1531 static int mmc_hs200_tuning(struct mmc_card *card) in mmc_hs200_tuning()
1556 struct mmc_card *card; in mmc_init_card() local
1900 static int mmc_can_sleep(struct mmc_card *card) in mmc_can_sleep()
1908 struct mmc_card *card = host->card; in mmc_sleep() local
1957 static int mmc_can_poweroff_notify(const struct mmc_card *card) in mmc_can_poweroff_notify()
1964 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify()
2163 static int mmc_can_reset(struct mmc_card *card) in mmc_can_reset()
2175 struct mmc_card *card = host->card; in _mmc_hw_reset() local