Home
last modified time | relevance | path

Searched defs:plock (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
Drtllib.h3011 #define SPIN_LOCK_IEEE(plock) spin_lock_irqsave((plock), flags) argument
3012 #define SPIN_UNLOCK_IEEE(plock) spin_unlock_irqrestore((plock), flags) argument
3013 #define SPIN_LOCK_IEEE_REORDER(plock) spin_lock_irqsave((plock), flags) argument
3014 #define SPIN_UNLOCK_IEEE_REORDER(plock) spin_unlock_irqrestore((plock), flags) argument
3015 #define SPIN_LOCK_IEEE_WPAX(plock) spin_lock_irqsave((plock), flags) argument
3016 #define SPIN_UNLOCK_IEEE_WPAX(plock) spin_unlock_irqrestore((plock), flags) argument
3017 #define SPIN_LOCK_IEEE_MGNTTX(plock) spin_lock_irqsave((plock), flags) argument
3018 #define SPIN_UNLOCK_IEEE_MGNTTX(plock) spin_unlock_irqrestore((plock), flags) argument
3019 #define SPIN_LOCK_IEEE_BCN(plock) spin_lock_irqsave((plock), flags) argument
3020 #define SPIN_UNLOCK_IEEE_BCN(plock) spin_unlock_irqrestore((plock), flags) argument
[all …]
/drivers/staging/rtl8712/
Drtl871x_pwrctrl.h90 static inline void _enter_pwrlock(struct semaphore *plock) in _enter_pwrlock()