Searched refs:req_completion (Results 1 – 5 of 5) sorted by relevance
55 sync_completion_t req_completion; member
350 raw_nand->req_completion = SYNC_COMPLETION_INIT; in aml_queue_rb()361 status = sync_completion_wait(&raw_nand->req_completion, in aml_queue_rb()769 sync_completion_signal(&raw_nand->req_completion); in aml_raw_nand_irq_thread()1012 raw_nand->req_completion = SYNC_COMPLETION_INIT; in aml_raw_nand_bind()
106 sync_completion_t req_completion; member225 sync_completion_signal(&dev->req_completion); in sdhci_complete_request_locked()843 sync_completion_wait(&dev->req_completion, ZX_TIME_INFINITE); in sdhci_request()847 sync_completion_reset(&dev->req_completion); in sdhci_request()1053 dev->req_completion = SYNC_COMPLETION_INIT; in sdhci_bind()
71 sync_completion_t req_completion; member639 sync_completion_signal(&dev->req_completion); in aml_sd_emmc_irq_thread()952 sync_completion_wait(&dev->req_completion, ZX_TIME_INFINITE); in aml_sd_emmc_request()954 sync_completion_reset(&dev->req_completion); in aml_sd_emmc_request()980 dev->req_completion = SYNC_COMPLETION_INIT; in aml_sd_emmc_bind()
120 sync_completion_t req_completion; // used to signal request complete member309 sync_completion_signal(&dev->req_completion); in imx_sdhci_complete_request_locked()1018 sync_completion_wait(&dev->req_completion, ZX_TIME_INFINITE); in imx_sdhci_request()1022 sync_completion_reset(&dev->req_completion); in imx_sdhci_request()
Completed in 30 milliseconds