Home
last modified time | relevance | path

Searched refs:event_lock (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_core.c3269 qdf_mutex_acquire(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3290 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3300 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3315 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3319 qdf_mutex_acquire(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3330 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3348 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3357 qdf_mutex_acquire(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3367 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
3375 qdf_mutex_release(&ipa_ctx->event_lock); in __wlan_ipa_wlan_evt()
[all …]
Dwlan_ipa_stats.c289 &ipa_ctx->event_lock, in wlan_ipa_dump_ipa_ctx()
/wlan-driver/platform/cnss2/
Dmain.c1373 spin_lock_irqsave(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1375 spin_unlock_irqrestore(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1392 spin_lock_irqsave(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1395 spin_unlock_irqrestore(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
1399 spin_unlock_irqrestore(&plat_priv->event_lock, irq_flags); in cnss_driver_event_post()
2820 spin_lock_irqsave(&plat_priv->event_lock, flags); in cnss_driver_event_work()
2826 spin_unlock_irqrestore(&plat_priv->event_lock, flags); in cnss_driver_event_work()
2913 spin_lock_irqsave(&plat_priv->event_lock, flags); in cnss_driver_event_work()
2917 spin_lock_irqsave(&plat_priv->event_lock, flags); in cnss_driver_event_work()
2923 spin_unlock_irqrestore(&plat_priv->event_lock, flags); in cnss_driver_event_work()
[all …]
Dmain.h542 spinlock_t event_lock; /* spinlock for driver work event handling */ member
/wlan-driver/platform/icnss2/
Dmain.c300 spin_lock_irqsave(&priv->event_lock, irq_flags); in icnss_driver_event_post()
302 spin_unlock_irqrestore(&priv->event_lock, irq_flags); in icnss_driver_event_post()
319 spin_lock_irqsave(&priv->event_lock, irq_flags); in icnss_driver_event_post()
322 spin_unlock_irqrestore(&priv->event_lock, irq_flags); in icnss_driver_event_post()
326 spin_unlock_irqrestore(&priv->event_lock, irq_flags); in icnss_driver_event_post()
1922 spin_lock_irqsave(&priv->event_lock, flags); in icnss_driver_event_work()
1928 spin_unlock_irqrestore(&priv->event_lock, flags); in icnss_driver_event_work()
2016 spin_lock_irqsave(&priv->event_lock, flags); in icnss_driver_event_work()
2022 spin_unlock_irqrestore(&priv->event_lock, flags); in icnss_driver_event_work()
2026 spin_lock_irqsave(&priv->event_lock, flags); in icnss_driver_event_work()
[all …]
Dmain.h412 spinlock_t event_lock; member
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
Dwlan_ipa_priv.h714 qdf_mutex_t event_lock; member