Searched refs:twt_lock (Results 1 – 1 of 1) sorted by relevance
140 twt_lock_create(qdf_spinlock_t *twt_lock) in twt_lock_create() argument142 qdf_spinlock_create(twt_lock); in twt_lock_create()154 twt_lock_destroy(qdf_spinlock_t *twt_lock) in twt_lock_destroy() argument156 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() argument169 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() argument182 qdf_spin_unlock_bh(twt_lock); in twt_lock_release()186 twt_lock_create(qdf_mutex_t *twt_lock) in twt_lock_create() argument188 qdf_mutex_create(twt_lock); in twt_lock_create()[all …]