Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/
H A Dwlan_twt_priv.h140 twt_lock_create(qdf_spinlock_t *twt_lock) in twt_lock_create() argument
142 qdf_spinlock_create(twt_lock); in twt_lock_create()
154 twt_lock_destroy(qdf_spinlock_t *twt_lock) in twt_lock_destroy() argument
156 qdf_spinlock_destroy(twt_lock); in twt_lock_destroy()
167 static inline void twt_lock_acquire(qdf_spinlock_t *twt_lock) in twt_lock_acquire() argument
169 qdf_spin_lock_bh(twt_lock); in twt_lock_acquire()
180 static inline void twt_lock_release(qdf_spinlock_t *twt_lock) in twt_lock_release() argument
182 qdf_spin_unlock_bh(twt_lock); in twt_lock_release()
186 twt_lock_create(qdf_mutex_t *twt_lock) in twt_lock_create() argument
188 qdf_mutex_create(twt_lock); in twt_lock_create()
[all …]