Lines Matching defs:card
270 void mmc_start_bkops(struct mmc_card *card, bool from_exception) in mmc_start_bkops()
622 int mmc_interrupt_hpi(struct mmc_card *card) in mmc_interrupt_hpi()
720 int mmc_stop_bkops(struct mmc_card *card) in mmc_stop_bkops()
740 int mmc_read_bkops_status(struct mmc_card *card) in mmc_read_bkops_status()
766 void mmc_set_data_timeout(struct mmc_data *data, const struct mmc_card *card) in mmc_set_data_timeout()
874 unsigned int mmc_align_data_size(struct mmc_card *card, unsigned int sz) in mmc_align_data_size()
968 void mmc_get_card(struct mmc_card *card) in mmc_get_card()
979 void mmc_put_card(struct mmc_card *card) in mmc_put_card()
1094 int mmc_execute_tuning(struct mmc_card *card) in mmc_execute_tuning()
1818 void mmc_init_erase(struct mmc_card *card) in mmc_init_erase()
1868 static unsigned int mmc_mmc_erase_timeout(struct mmc_card *card, in mmc_mmc_erase_timeout()
1932 static unsigned int mmc_sd_erase_timeout(struct mmc_card *card, in mmc_sd_erase_timeout()
1957 static unsigned int mmc_erase_timeout(struct mmc_card *card, in mmc_erase_timeout()
1967 static int mmc_do_erase(struct mmc_card *card, unsigned int from, in mmc_do_erase()
2090 int mmc_erase(struct mmc_card *card, unsigned int from, unsigned int nr, in mmc_erase()
2148 int mmc_can_erase(struct mmc_card *card) in mmc_can_erase()
2157 int mmc_can_trim(struct mmc_card *card) in mmc_can_trim()
2165 int mmc_can_discard(struct mmc_card *card) in mmc_can_discard()
2177 int mmc_can_sanitize(struct mmc_card *card) in mmc_can_sanitize()
2187 int mmc_can_secure_erase_trim(struct mmc_card *card) in mmc_can_secure_erase_trim()
2196 int mmc_erase_group_aligned(struct mmc_card *card, unsigned int from, in mmc_erase_group_aligned()
2207 static unsigned int mmc_do_calc_max_discard(struct mmc_card *card, in mmc_do_calc_max_discard()
2253 unsigned int mmc_calc_max_discard(struct mmc_card *card) in mmc_calc_max_discard()
2283 int mmc_set_blocklen(struct mmc_card *card, unsigned int blocklen) in mmc_set_blocklen()
2297 int mmc_set_blockcount(struct mmc_card *card, unsigned int blockcount, in mmc_set_blockcount()
2414 struct mmc_card *card = host->card; in mmc_detect_card_removed() local
2621 int mmc_flush_cache(struct mmc_card *card) in mmc_flush_cache()