GetU1ByteIntegerFromStringInDecimal 1961 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	if (!GetU1ByteIntegerFromStringInDecimal((s8 *)Channel, &channel) ||
GetU1ByteIntegerFromStringInDecimal 1962 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		 !GetU1ByteIntegerFromStringInDecimal((s8 *)PowerLimit, &powerLimit))
GetU1ByteIntegerFromStringInDecimal 3066 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 			if (!GetU1ByteIntegerFromStringInDecimal(colNumBuf, &colNum))
GetU1ByteIntegerFromStringInDecimal 3163 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 					if (!GetU1ByteIntegerFromStringInDecimal(powerLimit, &limitValue))
GetU1ByteIntegerFromStringInDecimal  265 drivers/staging/rtl8723bs/include/hal_com.h bool GetU1ByteIntegerFromStringInDecimal(char *str, u8 *in);