Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_com.h261 bool IsCommentString(char *szStr);
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2265 if (!IsCommentString(szLine)) { in phy_ConfigMACWithParaFile()
2349 if (!IsCommentString(szLine)) { in phy_ConfigBBWithParaFile()
2440 if (!IsCommentString(szLine)) { in phy_ParseBBPgParaFile()
2783 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithParaFile()
2957 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithTxPwrTrackParaFile()
3009 if (IsCommentString(szLine)) { in phy_ParsePowerLimitTableFile()
Dhal_com.c1496 bool IsCommentString(char *szStr) in IsCommentString() function