Home
last modified time | relevance | path

Searched defs: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()
154 twt_lock_destroy(qdf_spinlock_t *twt_lock) in twt_lock_destroy()
167 static inline void twt_lock_acquire(qdf_spinlock_t *twt_lock) in twt_lock_acquire()
180 static inline void twt_lock_release(qdf_spinlock_t *twt_lock) in twt_lock_release()
186 twt_lock_create(qdf_mutex_t *twt_lock) in twt_lock_create()
192 twt_lock_destroy(qdf_mutex_t *twt_lock) in twt_lock_destroy()
197 static inline void twt_lock_acquire(qdf_mutex_t *twt_lock) in twt_lock_acquire()
202 static inline void twt_lock_release(qdf_mutex_t *twt_lock) in twt_lock_release()