Searched refs:sync_complete (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dwkup_m3_ipc.h36 struct completion sync_complete; member in struct:wkup_m3_ipc
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c296 complete(&m3_ipc->sync_complete);
300 complete(&m3_ipc->sync_complete);
303 complete(&m3_ipc->sync_complete);
340 ret = wait_for_completion_timeout(&m3_ipc->sync_complete,
601 init_completion(&m3_ipc->sync_complete);
/linux-master/drivers/firmware/
H A Dstratix10-svc.c63 * @sync_complete: state for a completion
76 struct completion sync_complete; member in struct:stratix10_svc_sh_memory
697 complete(&sh_mem->sync_complete);
716 init_completion(&sh_memory->sync_complete);
730 if (!wait_for_completion_timeout(&sh_memory->sync_complete, 10 * HZ)) {

Completed in 121 milliseconds