Searched refs:__mmc_poll_for_busy (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/mmc/core/ |
H A D | mmc_ops.c | 245 err = __mmc_poll_for_busy(host, MMC_OP_COND_PERIOD_US, in mmc_send_op_cond() 510 int __mmc_poll_for_busy(struct mmc_host *host, unsigned int period_us, in __mmc_poll_for_busy() function 550 EXPORT_SYMBOL_GPL(__mmc_poll_for_busy); 562 return __mmc_poll_for_busy(host, 0, timeout_ms, &mmc_busy_cb, &cb_data); in mmc_poll_for_busy()
|
H A D | mmc_ops.h | 44 int __mmc_poll_for_busy(struct mmc_host *host, unsigned int period_us,
|
H A D | sd_ops.c | 189 err = __mmc_poll_for_busy(host, SD_APP_OP_COND_PERIOD_US, in mmc_send_app_op_cond()
|
H A D | sd_uhs2.c | 790 err = __mmc_poll_for_busy(host, UHS2_WAIT_CFG_COMPLETE_PERIOD_US, in sd_uhs2_go_dormant_state()
|
H A D | block.c | 695 err = __mmc_poll_for_busy(card->host, 0, busy_timeout_ms, in __mmc_blk_ioctl_cmd() 2090 err = __mmc_poll_for_busy(card->host, 0, MMC_BLK_TIMEOUT_MS, in mmc_blk_card_busy()
|
H A D | sd.c | 1708 err = __mmc_poll_for_busy(card->host, 0, SD_POWEROFF_NOTIFY_TIMEOUT_MS, in sd_poweroff_notify()
|
H A D | mmc.c | 2009 err = __mmc_poll_for_busy(host, 0, timeout_ms, &mmc_sleep_busy_cb, host); in mmc_sleep()
|