Home
last modified time | relevance | path

Searched refs:GetU1ByteIntegerFromStringInDecimal (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dhal_com.h265 bool GetU1ByteIntegerFromStringInDecimal(char *str, u8 *in);
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1961 if (!GetU1ByteIntegerFromStringInDecimal((s8 *)Channel, &channel) || in PHY_SetTxPowerLimit()
1962 !GetU1ByteIntegerFromStringInDecimal((s8 *)PowerLimit, &powerLimit)) in PHY_SetTxPowerLimit()
3066 if (!GetU1ByteIntegerFromStringInDecimal(colNumBuf, &colNum)) in phy_ParsePowerLimitTableFile()
3163 if (!GetU1ByteIntegerFromStringInDecimal(powerLimit, &limitValue)) in phy_ParsePowerLimitTableFile()
Dhal_com.c1495 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() function