portConnectedStatus  302 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	u32 portConnectedStatus;
portConnectedStatus  307 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	portConnectedStatus = 0;
portConnectedStatus  312 drivers/staging/rtl8723bs/hal/hal_btcoex.c 				portConnectedStatus |= WIFI_P2P_GO_CONNECTED;
portConnectedStatus  314 drivers/staging/rtl8723bs/hal/hal_btcoex.c 				portConnectedStatus |= WIFI_AP_CONNECTED;
portConnectedStatus  317 drivers/staging/rtl8723bs/hal/hal_btcoex.c 				portConnectedStatus |= WIFI_P2P_GC_CONNECTED;
portConnectedStatus  319 drivers/staging/rtl8723bs/hal/hal_btcoex.c 				portConnectedStatus |= WIFI_STA_CONNECTED;
portConnectedStatus  323 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	return portConnectedStatus;
portConnectedStatus  336 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	u32 portConnectedStatus, numOfConnectedPort;
portConnectedStatus  340 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	portConnectedStatus = 0;
portConnectedStatus  345 drivers/staging/rtl8723bs/hal/hal_btcoex.c 		portConnectedStatus |= retVal;
portConnectedStatus  349 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	retVal = (numOfConnectedPort << 16) | portConnectedStatus;