Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Dowl-mmc.c102 struct completion sdc_complete; member
146 complete(&owl_host->sdc_complete); in owl_irq_handler()
180 init_completion(&owl_host->sdc_complete); in owl_mmc_send_cmd()
247 if (!wait_for_completion_timeout(&owl_host->sdc_complete, timeout)) { in owl_mmc_send_cmd()
361 if (!wait_for_completion_timeout(&owl_host->sdc_complete, in owl_mmc_request()
467 init_completion(&owl_host->sdc_complete); in owl_mmc_power_on()
478 if (!wait_for_completion_timeout(&owl_host->sdc_complete, HZ)) { in owl_mmc_power_on()

Completed in 5 milliseconds