Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dhal_com.h260 bool IsCommentString(char *szStr);
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2249 if (!IsCommentString(szLine)) { in phy_ConfigMACWithParaFile()
2333 if (!IsCommentString(szLine)) { in phy_ConfigBBWithParaFile()
2424 if (!IsCommentString(szLine)) { in phy_ParseBBPgParaFile()
2767 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithParaFile()
2940 if (!IsCommentString(szLine)) { in PHY_ConfigRFWithTxPwrTrackParaFile()
2994 if (IsCommentString(szLine)) { in phy_ParsePowerLimitTableFile()
Dhal_com.c1487 bool IsCommentString(char *szStr) in IsCommentString() function