Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.h41 bool mmc_prepare_busy_cmd(struct mmc_host *host, struct mmc_command *cmd,
H A Dmmc_ops.c558 bool mmc_prepare_busy_cmd(struct mmc_host *host, struct mmc_command *cmd, in mmc_prepare_busy_cmd() function
578 EXPORT_SYMBOL_GPL(mmc_prepare_busy_cmd);
618 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in __mmc_switch()
873 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, in mmc_send_hpi_cmd()
H A Dcore.c1674 use_r1b_resp = mmc_prepare_busy_cmd(card->host, &cmd, busy_timeout); in mmc_do_erase()
H A Dmmc.c1979 use_r1b_resp = mmc_prepare_busy_cmd(host, &cmd, timeout_ms); in mmc_sleep()
H A Dblock.c569 mmc_prepare_busy_cmd(card->host, &cmd, busy_timeout_ms); in __mmc_blk_ioctl_cmd()