Searched refs:mmc_wait_for_app_cmd (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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); 143 err = mmc_wait_for_app_cmd(card->host, card, &cmd, MMC_CMD_RETRIES); in mmc_app_set_bus_width() 165 err = mmc_wait_for_app_cmd(host, NULL, &cmd, MMC_CMD_RETRIES); in mmc_send_app_op_cond()
|
/linux-4.1.27/include/linux/mmc/ |
D | core.h | 152 extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *,
|