Home
last modified time | relevance | path

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

/system/dev/nand/aml-rawnand/
A Daml-rawnand.h55 sync_completion_t req_completion; member
A Daml-rawnand.c350 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()
/system/dev/block/sdhci/
A Dsdhci.c106 sync_completion_t req_completion; member
225 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()
/system/dev/block/aml-sd-emmc/
A Daml-sd-emmc.c71 sync_completion_t req_completion; member
639 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()
/system/dev/block/imx-sdhci/
A Dimx-sdhci.c120 sync_completion_t req_completion; // used to signal request complete member
309 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