Symbol: MMC_CMD_RETRIES
drivers/mmc/core/core.c
562
mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/core.c
571
err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/core.c
576
err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1100
true, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1132
true, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1200
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1242
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1296
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1312
0, false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1327
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1408
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1446
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
1511
false, true, MMC_CMD_RETRIES);
drivers/mmc/core/mmc.c
2062
notify_type, timeout, 0, false, false, MMC_CMD_RETRIES);
drivers/mmc/core/mmc_ops.c
113
return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/mmc_ops.c
144
return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/mmc_ops.c
265
return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/mmc_ops.c
278
err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/mmc_ops.c
672
true, false, MMC_CMD_RETRIES);
drivers/mmc/core/mmc_ops.c
95
return __mmc_send_status(card, status, MMC_CMD_RETRIES);
drivers/mmc/core/sd_ops.c
300
err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);
drivers/mmc/core/sd_ops.c
86
for (i = 0; i <= MMC_CMD_RETRIES; i++) {
drivers/mmc/core/sdio_ops.c
28
err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES);