Searched refs:mmc_do_erase (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | core.c | 1657 static int mmc_do_erase(struct mmc_card *card, unsigned int from, in mmc_do_erase() function 1876 * and call mmc_do_erase() twice if necessary. This special case is in mmc_erase() 1881 err = mmc_do_erase(card, from, from + rem - 1, arg); in mmc_erase() 1887 return mmc_do_erase(card, from, to, arg); in mmc_erase()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | core.c | 1601 static int mmc_do_erase(struct mmc_card *card, unsigned int from, in mmc_do_erase() function 1804 * and call mmc_do_erase() twice if necessary. This special case is in mmc_erase() 1809 err = mmc_do_erase(card, from, from + rem - 1, arg); in mmc_erase() 1815 return mmc_do_erase(card, from, to, arg); in mmc_erase()
|
Completed in 6 milliseconds