Searched refs:elp_compl (Results 1 – 4 of 4) sorted by relevance
74 if (wl->elp_compl) { in wl1271_hardirq()75 complete(wl->elp_compl); in wl1271_hardirq()76 wl->elp_compl = NULL; in wl1271_hardirq()
333 if (wl->elp_compl) { in wl1271_hardirq()334 complete(wl->elp_compl); in wl1271_hardirq()335 wl->elp_compl = NULL; in wl1271_hardirq()
93 wl->elp_compl = &compl; in wl1271_ps_elp_wakeup()120 wl->elp_compl = NULL; in wl1271_ps_elp_wakeup()
478 struct completion *elp_compl; member