Searched refs:COMPLETION_INITIALIZER (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dcompletion.h35 #define COMPLETION_INITIALIZER(work) \ macro
53 struct completion work = COMPLETION_INITIALIZER(work)
/linux-master/drivers/hv/
H A Dconnection.c31 .unload_event = COMPLETION_INITIALIZER(
35 .ready_for_suspend_event = COMPLETION_INITIALIZER(
37 .ready_for_resume_event = COMPLETION_INITIALIZER(
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwvid.c41 .reg_done = COMPLETION_INITIALIZER(fwvid_list[BRCMF_FWVENDOR_ ## _vid].reg_done), \
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c35 COMPLETION_INITIALIZER(suspend_threads_started);
37 COMPLETION_INITIALIZER(suspend_threads_done);
/linux-master/sound/soc/intel/avs/
H A Dcldma.c57 .completion = COMPLETION_INITIALIZER(code_loader.completion),

Completed in 236 milliseconds