Home
last modified time | relevance | path

Searched refs:ps_lock (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
Drtl_ps.c93 spin_lock_irqsave(&priv->ps_lock, flags); in rtl8192_hw_to_sleep()
98 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8192_hw_to_sleep()
107 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8192_hw_to_sleep()
115 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8192_hw_to_sleep()
Drtl_core.h602 spinlock_t ps_lock; member
Drtl_core.c1232 spin_lock_init(&priv->ps_lock); in rtl8192_init_priv_lock()
/drivers/iommu/
Damd_iommu_v2.c89 static DEFINE_SPINLOCK(ps_lock);
167 spin_lock(&ps_lock); in link_pasid_state()
169 spin_unlock(&ps_lock); in link_pasid_state()
179 spin_lock(&ps_lock); in unlink_pasid_state()
181 spin_unlock(&ps_lock); in unlink_pasid_state()
627 spin_lock(&ps_lock); in task_exit()
636 spin_unlock(&ps_lock); in task_exit()
649 spin_unlock(&ps_lock); in task_exit()
/drivers/staging/rtl8187se/
Dr8180_core.c2031 spin_lock_irqsave(&priv->ps_lock, flags); in rtl8180_hw_wakeup()
2035 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8180_hw_wakeup()
2043 spin_lock_irqsave(&priv->ps_lock, flags); in rtl8180_hw_sleep_down()
2046 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8180_hw_sleep_down()
2055 spin_lock_irqsave(&priv->ps_lock, flags); in rtl8180_hw_sleep()
2069 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8180_hw_sleep()
2088 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8180_hw_sleep()
2093 spin_unlock_irqrestore(&priv->ps_lock, flags); in rtl8180_hw_sleep()
2490 spin_lock_init(&priv->ps_lock); in rtl8180_init()
Dr8180.h334 spinlock_t ps_lock; member