Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dbh.c82 init_waitqueue_head(&priv->bh_evt_wq); in cw1200_register_bh()
140 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
155 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
176 wake_up(&priv->bh_evt_wq); in wsm_release_tx_buffer()
531 wake_up(&priv->bh_evt_wq); in cw1200_bh()
542 wake_up(&priv->bh_evt_wq); in cw1200_bh()
Dcw1200.h198 wait_queue_head_t bh_evt_wq; member
Dpm.c204 if (wait_event_timeout(priv->bh_evt_wq, in cw1200_wow_suspend()
Dwsm.c1215 if (timeout < 0 || wait_event_timeout(priv->bh_evt_wq, in wsm_flush_tx()