• Home
  • Raw
  • Download

Lines Matching defs:card

63 static int mmc_decode_cid(struct mmc_card *card)  in mmc_decode_cid()
115 static void mmc_set_erase_size(struct mmc_card *card) in mmc_set_erase_size()
128 static int mmc_decode_csd(struct mmc_card *card) in mmc_decode_csd()
183 static int mmc_get_ext_csd(struct mmc_card *card, u8 **new_ext_csd) in mmc_get_ext_csd()
239 static void mmc_select_card_type(struct mmc_card *card) in mmc_select_card_type()
300 static void mmc_manage_enhanced_area(struct mmc_card *card, u8 *ext_csd) in mmc_manage_enhanced_area()
347 static void mmc_manage_gp_partitions(struct mmc_card *card, u8 *ext_csd) in mmc_manage_gp_partitions()
397 static int mmc_read_ext_csd(struct mmc_card *card, u8 *ext_csd) in mmc_read_ext_csd()
656 static int mmc_compare_ext_csds(struct mmc_card *card, unsigned bus_width) in mmc_compare_ext_csds()
792 static int __mmc_select_powerclass(struct mmc_card *card, in __mmc_select_powerclass()
863 static int mmc_select_powerclass(struct mmc_card *card) in mmc_select_powerclass()
897 static void mmc_set_bus_speed(struct mmc_card *card) in mmc_set_bus_speed()
917 static int mmc_select_bus_width(struct mmc_card *card) in mmc_select_bus_width()
986 static int mmc_select_hs(struct mmc_card *card) in mmc_select_hs()
1003 static int mmc_select_hs_ddr(struct mmc_card *card) in mmc_select_hs_ddr()
1071 static int mmc_select_hs400(struct mmc_card *card) in mmc_select_hs400()
1133 static int mmc_select_hs200(struct mmc_card *card) in mmc_select_hs200()
1168 static int mmc_select_timing(struct mmc_card *card) in mmc_select_timing()
1237 static int mmc_hs200_tuning(struct mmc_card *card) in mmc_hs200_tuning()
1262 struct mmc_card *card; in mmc_init_card() local
1571 static int mmc_can_sleep(struct mmc_card *card) in mmc_can_sleep()
1579 struct mmc_card *card = host->card; in mmc_sleep() local
1620 static int mmc_can_poweroff_notify(const struct mmc_card *card) in mmc_can_poweroff_notify()
1627 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify()