Home
last modified time | relevance | path

Searched refs:mmc_do_erase (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/mmc/core/
Dcore.c1597 static int mmc_do_erase(struct mmc_card *card, unsigned int from, in mmc_do_erase() function
1805 err = mmc_do_erase(card, from, from + rem - 1, arg); in mmc_erase()
1811 return mmc_do_erase(card, from, to, arg); in mmc_erase()