Searched refs:mmc_wait_for_app_cmd (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/mmc/core/ |
D | sd_ops.c | 68 int mmc_wait_for_app_cmd(struct mmc_host *host, struct mmc_card *card, in mmc_wait_for_app_cmd() function 119 EXPORT_SYMBOL(mmc_wait_for_app_cmd); 139 return mmc_wait_for_app_cmd(card->host, card, &cmd, MMC_CMD_RETRIES); in mmc_app_set_bus_width() 155 err = mmc_wait_for_app_cmd(host, NULL, &cmd, MMC_CMD_RETRIES); in mmc_send_app_op_cond()
|
D | sd_ops.h | 30 int mmc_wait_for_app_cmd(struct mmc_host *host, struct mmc_card *card,
|