| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_escan.c | 457 mutex_lock(&escan->usr_sync); in wl_escan_handler() 652 mutex_unlock(&escan->usr_sync); in wl_escan_handler() 825 mutex_lock(&escan->usr_sync); in wl_escan_set_scan() 922 mutex_unlock(&escan->usr_sync); in wl_escan_set_scan() 1082 mutex_lock(&escan->usr_sync); in wl_escan_get_scan() 1170 mutex_unlock(&escan->usr_sync); in wl_escan_get_scan() 1252 mutex_lock(&escan->usr_sync); in wl_escan_mesh_info() 1307 mutex_unlock(&escan->usr_sync); in wl_escan_mesh_info() 1325 mutex_lock(&escan->usr_sync); in wl_escan_mesh_peer() 1411 mutex_unlock(&escan->usr_sync); in wl_escan_mesh_peer() [all …]
|
| H A D | wl_escan.h | 29 struct mutex usr_sync; /* maily for up/down synchronization */ member
|
| H A D | wl_android_ext.c | 218 struct mutex usr_sync; member 567 mutex_lock(&cfg->usr_sync); in wl_ext_user_sync() 570 mutex_lock(&escan->usr_sync); in wl_ext_user_sync() 574 mutex_unlock(&cfg->usr_sync); in wl_ext_user_sync() 577 mutex_unlock(&escan->usr_sync); in wl_ext_user_sync() 2527 mutex_lock(&apsta_params->usr_sync); in wl_ext_iapsta_config() 2566 mutex_unlock(&apsta_params->usr_sync); in wl_ext_iapsta_config() 3404 mutex_lock(&apsta_params->usr_sync); in wl_ext_disable_iface() 3472 mutex_unlock(&apsta_params->usr_sync); in wl_ext_disable_iface() 3943 mutex_lock(&apsta_params->usr_sync); in wl_ext_enable_iface() [all …]
|
| H A D | wl_cfg80211.c | 3422 mutex_lock(&cfg->usr_sync); in wl_cfg80211_scan() 3427 mutex_unlock(&cfg->usr_sync); in wl_cfg80211_scan() 14259 mutex_lock(&cfg->usr_sync); in wl_update_bss_info() 14339 mutex_unlock(&cfg->usr_sync); in wl_update_bss_info() 14651 mutex_lock(&cfg->usr_sync); in wl_notify_mic_status() 14659 mutex_unlock(&cfg->usr_sync); in wl_notify_mic_status() 14711 mutex_lock(&cfg->usr_sync); in wl_notify_pfn_status() 14714 mutex_unlock(&cfg->usr_sync); in wl_notify_pfn_status() 14838 mutex_lock(&cfg->usr_sync); in wl_notify_scan_status() 14883 mutex_unlock(&cfg->usr_sync); in wl_notify_scan_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_escan.c | 489 mutex_lock(&escan->usr_sync); in wl_escan_ext_handler() 684 mutex_unlock(&escan->usr_sync); in wl_escan_ext_handler() 890 mutex_lock(&escan->usr_sync); in wl_escan_set_scan() 995 mutex_unlock(&escan->usr_sync); in wl_escan_set_scan() 1235 mutex_lock(&escan->usr_sync); in wl_escan_get_scan() 1306 mutex_unlock(&escan->usr_sync); in wl_escan_get_scan() 1388 mutex_lock(&escan->usr_sync); in wl_escan_mesh_info() 1443 mutex_unlock(&escan->usr_sync); in wl_escan_mesh_info() 1461 mutex_lock(&escan->usr_sync); in wl_escan_mesh_peer() 1547 mutex_unlock(&escan->usr_sync); in wl_escan_mesh_peer() [all …]
|
| H A D | wl_escan.h | 40 struct mutex usr_sync; /* maily for up/down synchronization */ member
|
| H A D | wl_iapsta.c | 289 struct mutex usr_sync; member 2488 mutex_lock(&apsta_params->usr_sync); in wl_ext_iapsta_update_channel() 2522 mutex_unlock(&apsta_params->usr_sync); in wl_ext_iapsta_update_channel() 4867 mutex_lock(&apsta_params->usr_sync); in wl_ext_acs() 4885 mutex_unlock(&apsta_params->usr_sync); in wl_ext_acs() 5856 mutex_lock(&apsta_params->usr_sync); in wl_ext_disable_iface() 5924 mutex_unlock(&apsta_params->usr_sync); in wl_ext_disable_iface() 5960 mutex_lock(&apsta_params->usr_sync); in wl_ext_enable_iface() 6140 mutex_unlock(&apsta_params->usr_sync); in wl_ext_enable_iface() 6165 mutex_unlock(&apsta_params->usr_sync); in wl_ext_enable_iface() [all …]
|
| H A D | wl_cfgscan.c | 4109 mutex_is_locked(&cfg->usr_sync), in wl_scan_timeout() 4817 mutex_lock(&cfg->usr_sync); in wl_notify_pfn_status() 4821 mutex_unlock(&cfg->usr_sync); in wl_notify_pfn_status() 5212 mutex_lock(&cfg->usr_sync); in wl_cfgscan_remain_on_channel() 5342 mutex_unlock(&cfg->usr_sync); in wl_cfgscan_remain_on_channel() 5362 mutex_lock(&cfg->usr_sync); in wl_cfgscan_cancel_remain_on_channel() 5397 mutex_unlock(&cfg->usr_sync); in wl_cfgscan_cancel_remain_on_channel()
|
| H A D | wl_cfg80211.c | 13508 mutex_lock(&cfg->usr_sync); in wl_update_bss_info() 13580 mutex_unlock(&cfg->usr_sync); in wl_update_bss_info() 14168 mutex_lock(&cfg->usr_sync); in wl_notify_mic_status() 14177 mutex_unlock(&cfg->usr_sync); in wl_notify_mic_status() 15762 mutex_init(&cfg->usr_sync); in wl_init_priv() 17196 mutex_lock(&cfg->usr_sync); in wl_update_wiphybands() 17198 mutex_unlock(&cfg->usr_sync); in wl_update_wiphybands() 17667 mutex_unlock(&cfg->usr_sync); in __wl_cfg80211_down() 17669 mutex_lock(&cfg->usr_sync); in __wl_cfg80211_down() 17757 mutex_lock(&cfg->usr_sync); in wl_cfg80211_up() [all …]
|
| H A D | wl_android_ext.c | 485 mutex_lock(&cfg->usr_sync); in wl_ext_user_sync() 488 mutex_lock(&escan->usr_sync); in wl_ext_user_sync() 492 mutex_unlock(&cfg->usr_sync); in wl_ext_user_sync() 495 mutex_unlock(&escan->usr_sync); in wl_ext_user_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_escan.c | 489 mutex_lock(&escan->usr_sync); in wl_escan_ext_handler() 684 mutex_unlock(&escan->usr_sync); in wl_escan_ext_handler() 895 mutex_lock(&escan->usr_sync); in wl_escan_set_scan() 993 mutex_unlock(&escan->usr_sync); in wl_escan_set_scan() 1233 mutex_lock(&escan->usr_sync); in wl_escan_get_scan() 1304 mutex_unlock(&escan->usr_sync); in wl_escan_get_scan() 1386 mutex_lock(&escan->usr_sync); in wl_escan_mesh_info() 1441 mutex_unlock(&escan->usr_sync); in wl_escan_mesh_info() 1459 mutex_lock(&escan->usr_sync); in wl_escan_mesh_peer() 1545 mutex_unlock(&escan->usr_sync); in wl_escan_mesh_peer() [all …]
|
| H A D | wl_escan.h | 40 struct mutex usr_sync; /* maily for up/down synchronization */ member
|
| H A D | wl_iapsta.c | 250 struct mutex usr_sync; member 2312 mutex_lock(&apsta_params->usr_sync); in wl_ext_iapsta_update_channel() 2345 mutex_unlock(&apsta_params->usr_sync); in wl_ext_iapsta_update_channel() 4232 mutex_lock(&apsta_params->usr_sync); in wl_ext_acs() 4250 mutex_unlock(&apsta_params->usr_sync); in wl_ext_acs() 5254 mutex_lock(&apsta_params->usr_sync); in wl_ext_disable_iface() 5322 mutex_unlock(&apsta_params->usr_sync); in wl_ext_disable_iface() 5358 mutex_lock(&apsta_params->usr_sync); in wl_ext_enable_iface() 5537 mutex_unlock(&apsta_params->usr_sync); in wl_ext_enable_iface() 5562 mutex_unlock(&apsta_params->usr_sync); in wl_ext_enable_iface() [all …]
|
| H A D | wl_cfgscan.c | 4193 mutex_is_locked(&cfg->usr_sync), in wl_scan_timeout() 4907 mutex_lock(&cfg->usr_sync); in wl_notify_pfn_status() 4911 mutex_unlock(&cfg->usr_sync); in wl_notify_pfn_status() 5302 mutex_lock(&cfg->usr_sync); in wl_cfgscan_remain_on_channel() 5432 mutex_unlock(&cfg->usr_sync); in wl_cfgscan_remain_on_channel() 5452 mutex_lock(&cfg->usr_sync); in wl_cfgscan_cancel_remain_on_channel() 5487 mutex_unlock(&cfg->usr_sync); in wl_cfgscan_cancel_remain_on_channel()
|
| H A D | wl_cfg80211.c | 13406 mutex_lock(&cfg->usr_sync); in wl_update_bss_info() 13478 mutex_unlock(&cfg->usr_sync); in wl_update_bss_info() 14035 mutex_lock(&cfg->usr_sync); in wl_notify_mic_status() 14044 mutex_unlock(&cfg->usr_sync); in wl_notify_mic_status() 15638 mutex_init(&cfg->usr_sync); in wl_init_priv() 17078 mutex_lock(&cfg->usr_sync); in wl_update_wiphybands() 17080 mutex_unlock(&cfg->usr_sync); in wl_update_wiphybands() 17469 mutex_unlock(&cfg->usr_sync); in __wl_cfg80211_down() 17471 mutex_lock(&cfg->usr_sync); in __wl_cfg80211_down() 17559 mutex_lock(&cfg->usr_sync); in wl_cfg80211_up() [all …]
|
| H A D | wl_android_ext.c | 479 mutex_lock(&cfg->usr_sync); in wl_ext_user_sync() 482 mutex_lock(&escan->usr_sync); in wl_ext_user_sync() 486 mutex_unlock(&cfg->usr_sync); in wl_ext_user_sync() 489 mutex_unlock(&escan->usr_sync); in wl_ext_user_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.h | 342 struct mutex usr_sync; member
|
| H A D | p2p.c | 2458 mutex_lock(&cfg->usr_sync); in brcmf_p2p_start_device() 2462 mutex_unlock(&cfg->usr_sync); in brcmf_p2p_start_device() 2478 mutex_lock(&cfg->usr_sync); in brcmf_p2p_stop_device() 2484 mutex_unlock(&cfg->usr_sync); in brcmf_p2p_stop_device()
|
| H A D | cfg80211.c | 6299 mutex_init(&cfg->usr_sync); in wl_init_priv() 7271 mutex_lock(&cfg->usr_sync); in brcmf_cfg80211_up() 7273 mutex_unlock(&cfg->usr_sync); in brcmf_cfg80211_up() 7284 mutex_lock(&cfg->usr_sync); in brcmf_cfg80211_down() 7286 mutex_unlock(&cfg->usr_sync); in brcmf_cfg80211_down()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgscan.c | 3333 mutex_is_locked(&cfg->usr_sync), in wl_scan_timeout() 3829 mutex_lock(&cfg->usr_sync); in wl_notify_pfn_status() 3832 mutex_unlock(&cfg->usr_sync); in wl_notify_pfn_status()
|
| H A D | wl_cfg80211.c | 9376 mutex_lock(&cfg->usr_sync); 9507 mutex_unlock(&cfg->usr_sync); 16368 mutex_lock(&cfg->usr_sync); 16372 mutex_unlock(&cfg->usr_sync); 16380 mutex_unlock(&cfg->usr_sync); 16588 mutex_lock(&cfg->usr_sync); 16666 mutex_unlock(&cfg->usr_sync); 17176 mutex_lock(&cfg->usr_sync); 17185 mutex_unlock(&cfg->usr_sync); 18706 mutex_init(&cfg->usr_sync); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgscan.c | 3324 mutex_is_locked(&cfg->usr_sync), in wl_scan_timeout() 3820 mutex_lock(&cfg->usr_sync); in wl_notify_pfn_status() 3823 mutex_unlock(&cfg->usr_sync); in wl_notify_pfn_status()
|
| H A D | wl_cfg80211.c | 9271 mutex_lock(&cfg->usr_sync); 9402 mutex_unlock(&cfg->usr_sync); 16229 mutex_lock(&cfg->usr_sync); 16233 mutex_unlock(&cfg->usr_sync); 16241 mutex_unlock(&cfg->usr_sync); 16444 mutex_lock(&cfg->usr_sync); 16517 mutex_unlock(&cfg->usr_sync); 17027 mutex_lock(&cfg->usr_sync); 17036 mutex_unlock(&cfg->usr_sync); 18552 mutex_init(&cfg->usr_sync); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgscan.c | 3333 mutex_is_locked(&cfg->usr_sync), in wl_scan_timeout() 3829 mutex_lock(&cfg->usr_sync); in wl_notify_pfn_status() 3832 mutex_unlock(&cfg->usr_sync); in wl_notify_pfn_status()
|
| H A D | wl_cfg80211.c | 9374 mutex_lock(&cfg->usr_sync); 9505 mutex_unlock(&cfg->usr_sync); 16366 mutex_lock(&cfg->usr_sync); 16370 mutex_unlock(&cfg->usr_sync); 16378 mutex_unlock(&cfg->usr_sync); 16586 mutex_lock(&cfg->usr_sync); 16664 mutex_unlock(&cfg->usr_sync); 17174 mutex_lock(&cfg->usr_sync); 17183 mutex_unlock(&cfg->usr_sync); 18704 mutex_init(&cfg->usr_sync); [all …]
|