Searched refs:EfuseMutex (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/ |
| H A D | halmac_api.c | 89 PLATFORM_MUTEX_INIT(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_init_adapter() 192 PLATFORM_MUTEX_DEINIT(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_deinit_adapter()
|
| H A D | halmac_type.h | 1695 HALMAC_MUTEX EfuseMutex; /* Protect Efuse map memory of halmac_adapter */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/ |
| H A D | halmac_func_88xx.c | 278 PLATFORM_MUTEX_LOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_dump_efuse_drv_88xx() 281 PLATFORM_MUTEX_UNLOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_dump_efuse_drv_88xx() 342 PLATFORM_MUTEX_LOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_func_write_efuse_88xx() 344 PLATFORM_MUTEX_UNLOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_func_write_efuse_88xx() 527 PLATFORM_MUTEX_LOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_read_logical_efuse_map_88xx() 530 PLATFORM_MUTEX_UNLOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_read_logical_efuse_map_88xx() 2323 PLATFORM_MUTEX_LOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_parse_efuse_data_88xx() 2326 PLATFORM_MUTEX_UNLOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_parse_efuse_data_88xx() 2335 PLATFORM_MUTEX_LOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_parse_efuse_data_88xx() 2337 PLATFORM_MUTEX_UNLOCK(pDriver_adapter, &(pHalmac_adapter->EfuseMutex)); in halmac_parse_efuse_data_88xx()
|