Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_hw.c823 res = mutex_lock_interruptible(&local->rid_bap_mtx); in hfa384x_get_rid()
832 mutex_unlock(&local->rid_bap_mtx); in hfa384x_get_rid()
859 mutex_unlock(&local->rid_bap_mtx); in hfa384x_get_rid()
900 res = mutex_lock_interruptible(&local->rid_bap_mtx); in hfa384x_set_rid()
915 mutex_unlock(&local->rid_bap_mtx); in hfa384x_set_rid()
920 mutex_unlock(&local->rid_bap_mtx); in hfa384x_set_rid()
3154 mutex_init(&local->rid_bap_mtx); in prism2_init_local_data()
Dhostap_wlan.h659 struct mutex rid_bap_mtx; member