AntDetection      883 drivers/staging/rtl8723bs/hal/hal_com.c 	pHalData->AntDetection = 1;
AntDetection     1192 drivers/staging/rtl8723bs/hal/hal_com.c 		hal_data->AntDetection = *((u8 *)value);
AntDetection     1241 drivers/staging/rtl8723bs/hal/hal_com.c 		*((u8 *)value) = hal_data->AntDetection;
AntDetection      380 drivers/staging/rtl8723bs/include/hal_data.h 	u8 AntDetection;
AntDetection       40 drivers/staging/rtl8723bs/include/hal_phy.h #define IS_ANT_DETECT_SUPPORT_SINGLE_TONE(__Adapter)		((GET_HAL_DATA(__Adapter)->AntDetection) & ANT_DETECT_BY_SINGLE_TONE)
AntDetection       41 drivers/staging/rtl8723bs/include/hal_phy.h #define IS_ANT_DETECT_SUPPORT_RSSI(__Adapter)		((GET_HAL_DATA(__Adapter)->AntDetection) & ANT_DETECT_BY_RSSI)