Home
last modified time | relevance | path

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

/drivers/net/wireless/st/cw1200/
Dcw1200.h260 spinlock_t event_queue_lock; /* Protect event queue */ member
Dsta.c121 spin_lock(&priv->event_queue_lock); in cw1200_stop()
123 spin_unlock(&priv->event_queue_lock); in cw1200_stop()
957 spin_lock(&priv->event_queue_lock); in cw1200_free_event_queue()
959 spin_unlock(&priv->event_queue_lock); in cw1200_free_event_queue()
971 spin_lock(&priv->event_queue_lock); in cw1200_event_handler()
973 spin_unlock(&priv->event_queue_lock); in cw1200_event_handler()
Dmain.c361 spin_lock_init(&priv->event_queue_lock); in cw1200_init_common()
Dwsm.c935 spin_lock(&priv->event_queue_lock); in wsm_event_indication()
938 spin_unlock(&priv->event_queue_lock); in wsm_event_indication()