Home
last modified time | relevance | path

Searched refs:use_r1b_resp (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dmmc_ops.c567 bool use_r1b_resp = true; in __mmc_switch() local
587 use_r1b_resp = false; in __mmc_switch()
595 if (use_r1b_resp) { in __mmc_switch()
607 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
837 bool use_r1b_resp = true; in mmc_send_hpi_cmd() local
850 use_r1b_resp = false; in mmc_send_hpi_cmd()
852 if (cmd.opcode == MMC_STOP_TRANSMISSION && use_r1b_resp) { in mmc_send_hpi_cmd()
857 use_r1b_resp = false; in mmc_send_hpi_cmd()
868 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
H A Dcore.c1662 bool use_r1b_resp = false; in mmc_do_erase() local
1745 use_r1b_resp = true; in mmc_do_erase()
1763 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dmmc_ops.c602 bool use_r1b_resp; in __mmc_switch() local
618 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in __mmc_switch()
625 if (((host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) || in __mmc_switch()
864 bool use_r1b_resp = false; in mmc_send_hpi_cmd() local
873 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, in mmc_send_hpi_cmd()
884 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_send_hpi_cmd()
H A Dcore.c1606 bool use_r1b_resp; in mmc_do_erase() local
1674 use_r1b_resp = mmc_prepare_busy_cmd(card->host, &cmd, busy_timeout); in mmc_do_erase()
1691 if ((card->host->caps & MMC_CAP_WAIT_WHILE_BUSY) && use_r1b_resp) in mmc_do_erase()
H A Dmmc.c1961 bool use_r1b_resp; in mmc_sleep() local
1974 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in mmc_sleep()
1986 if (host->caps & MMC_CAP_WAIT_WHILE_BUSY && use_r1b_resp) in mmc_sleep()

Completed in 12 milliseconds