Home
last modified time | relevance | path

Searched refs:elp_compl (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dsdio.c74 if (wl->elp_compl) { in wl1271_hardirq()
75 complete(wl->elp_compl); in wl1271_hardirq()
76 wl->elp_compl = NULL; in wl1271_hardirq()
Dspi.c333 if (wl->elp_compl) { in wl1271_hardirq()
334 complete(wl->elp_compl); in wl1271_hardirq()
335 wl->elp_compl = NULL; in wl1271_hardirq()
Dps.c93 wl->elp_compl = &compl; in wl1271_ps_elp_wakeup()
120 wl->elp_compl = NULL; in wl1271_ps_elp_wakeup()
Dwl12xx.h478 struct completion *elp_compl; member