Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/core/
Dmmc_ops.h41 int mmc_switch_status(struct mmc_card *card, bool crc_err_fatal);
Dmmc_ops.c446 int mmc_switch_status(struct mmc_card *card, bool crc_err_fatal) in mmc_switch_status() argument
452 if (!crc_err_fatal && err == -EILSEQ) in mmc_switch_status()