Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dowl-mmc.c102 struct completion sdc_complete; member
147 complete(&owl_host->sdc_complete); in owl_irq_handler()
181 init_completion(&owl_host->sdc_complete); in owl_mmc_send_cmd()
248 if (!wait_for_completion_timeout(&owl_host->sdc_complete, timeout)) { in owl_mmc_send_cmd()
362 if (!wait_for_completion_timeout(&owl_host->sdc_complete, in owl_mmc_request()
468 init_completion(&owl_host->sdc_complete); in owl_mmc_power_on()
479 if (!wait_for_completion_timeout(&owl_host->sdc_complete, HZ)) { in owl_mmc_power_on()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dowl-mmc.c103 struct completion sdc_complete; member
147 complete(&owl_host->sdc_complete); in owl_irq_handler()
181 init_completion(&owl_host->sdc_complete); in owl_mmc_send_cmd()
248 if (!wait_for_completion_timeout(&owl_host->sdc_complete, timeout)) { in owl_mmc_send_cmd()
362 if (!wait_for_completion_timeout(&owl_host->sdc_complete, in owl_mmc_request()
468 init_completion(&owl_host->sdc_complete); in owl_mmc_power_on()
479 if (!wait_for_completion_timeout(&owl_host->sdc_complete, HZ)) { in owl_mmc_power_on()

Completed in 3 milliseconds