Home
last modified time | relevance | path

Searched refs:SET_NO_NEED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm.c2864 u1Byte set_result = SET_NO_NEED; in phydm_calculate_intf_distance()
2923 set_result = SET_NO_NEED; in phydm_csi_mask_setting()
2971 set_result = SET_NO_NEED; in phydm_nbi_setting()
3026 …ult: %s]\n", (set_result == SET_SUCCESS) ? "Success" : ((set_result == SET_NO_NEED) ? "No need" : … in phydm_api_debug()
3054 …ult: %s]\n", (set_result == SET_SUCCESS) ? "Success" : ((set_result == SET_NO_NEED) ? "No need" : … in phydm_api_debug()
H A Dphydm.h104 #define SET_NO_NEED 3 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm.c2287 u1Byte set_result = SET_NO_NEED; in phydm_calculate_intf_distance()
2359 set_result = SET_NO_NEED; in phydm_nbi_setting()
2410 …("[NBI set result: %s]\n", (set_result == SET_SUCCESS ? "Success" : (set_result == SET_NO_NEED ? "… in phydm_receiver_blocking()
H A Dphydm.h111 #define SET_NO_NEED 3 macro