Home
last modified time | relevance | path

Searched refs:soc_wake_msg_lock (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/platform/icnss2/
H A Dmain.c372 spin_lock_irqsave(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
374 spin_unlock_irqrestore(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
391 spin_lock_irqsave(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
394 spin_unlock_irqrestore(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
398 spin_unlock_irqrestore(&priv->soc_wake_msg_lock, irq_flags); in icnss_soc_wake_event_post()
2043 spin_lock_irqsave(&priv->soc_wake_msg_lock, flags); in icnss_soc_wake_msg_work()
2049 spin_unlock_irqrestore(&priv->soc_wake_msg_lock, flags); in icnss_soc_wake_msg_work()
2078 spin_lock_irqsave(&priv->soc_wake_msg_lock, flags); in icnss_soc_wake_msg_work()
2084 spin_unlock_irqrestore(&priv->soc_wake_msg_lock, flags); in icnss_soc_wake_msg_work()
2088 spin_lock_irqsave(&priv->soc_wake_msg_lock, flags); in icnss_soc_wake_msg_work()
[all …]
H A Dmain.h413 spinlock_t soc_wake_msg_lock; member