Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dbh.c76 init_waitqueue_head(&priv->bh_evt_wq); in cw1200_register_bh()
132 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
147 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
168 wake_up(&priv->bh_evt_wq); in wsm_release_tx_buffer()
517 wake_up(&priv->bh_evt_wq); in cw1200_bh()
528 wake_up(&priv->bh_evt_wq); in cw1200_bh()
H A Dcw1200.h195 wait_queue_head_t bh_evt_wq; member
H A Dpm.c199 if (wait_event_timeout(priv->bh_evt_wq, in cw1200_wow_suspend()
H A Dwsm.c1208 if (timeout < 0 || wait_event_timeout(priv->bh_evt_wq, in wsm_flush_tx()